Files
flutter_server_box/.vscode/settings.json
lollipopkit 9c3b822311 new & opt
new: Flutter 3.7.3
opt: for `ping` page
2023-02-13 17:51:36 +08:00

12 lines
182 B
JSON

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