Files
immich/mobile/.vscode/settings.json
2024-07-29 19:01:09 +01:00

9 lines
151 B
JSON

{
"dart.flutterSdkPath": ".fvm/versions/3.22.3",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}