1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 11:37:06 +02:00
immich/mobile/.vscode/settings.json

9 lines
153 B
JSON
Raw Normal View History

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