Files
flutter_opencode_client/.vscode/settings.json
lollipopkit 21ac323ed1 fix & opt
fix: cant ping when launch page is ping
fix: button text color not primaryColor
opt: getting primaryColor
2023-02-01 17:18:46 +08:00

12 lines
183 B
JSON

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