mirror of
https://github.com/immich-app/immich.git
synced 2025-12-11 09:13:08 +03: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
|
||
|
|
}
|
||
|
|
}
|