Files
flutter_server_box/.vscode/settings.json
2023-01-26 14:37:52 +08:00

9 lines
135 B
JSON

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