fix: cant ping when launch page is ping fix: button text color not primaryColor opt: getting primaryColor
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"dart.flutterSdkPath": ".fvm",
|
|
"files.watcherExclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"search.exclude": {
|
|
"**/.fvm": true
|
|
},
|
|
"git.ignoredRepositories": [
|
|
".fvm"
|
|
],
|
|
} |