Add Config for FVM
parent
efe2a207b4
commit
a95036f8cf
@ -0,0 +1,4 @@
|
||||
{
|
||||
"flutterSdkVersion": "1.22.6",
|
||||
"flavors": {}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
||||
// Remove .fvm files from search
|
||||
"search.exclude": {
|
||||
"**/.fvm": true
|
||||
},
|
||||
// Remove from file watching
|
||||
"files.watcherExclude": {
|
||||
"**/.fvm": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue