11 lines
213 B
JSON
11 lines
213 B
JSON
|
{
|
||
|
"dart.flutterSdkPath": ".fvm/flutter_sdk",
|
||
|
// Remove .fvm files from search
|
||
|
"search.exclude": {
|
||
|
"**/.fvm": true
|
||
|
},
|
||
|
// Remove from file watching
|
||
|
"files.watcherExclude": {
|
||
|
"**/.fvm": true
|
||
|
}
|
||
|
}
|