mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
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
|
|
}
|
|
} |