Files
flutter_server_box/.vscode/settings.json
2022-12-02 21:39:33 +08:00

9 lines
135 B
JSON

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