Files
flutter_server_box/.vscode/settings.json
2022-10-21 17:50:13 +08:00

9 lines
147 B
JSON

{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}