Add Config for FVM
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"flutterSdkVersion": "1.22.6",
|
||||||
|
"flavors": {}
|
||||||
|
}
|
||||||
@@ -30,6 +30,7 @@
|
|||||||
.pub-cache/
|
.pub-cache/
|
||||||
.pub/
|
.pub/
|
||||||
/build/
|
/build/
|
||||||
|
.fvm/flutter_sdk
|
||||||
android/app/release/app-release.apk
|
android/app/release/app-release.apk
|
||||||
|
|
||||||
# Web related
|
# Web related
|
||||||
|
|||||||
Vendored
+11
@@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user