0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00

chore: bump flutter sdk path for vscode

This commit is contained in:
Zack Pollard 2024-07-29 19:01:09 +01:00
parent 090762f9dd
commit 41aefffe09

View file

@ -1,5 +1,5 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.22.1",
"dart.flutterSdkPath": ".fvm/versions/3.22.3",
"search.exclude": {
"**/.fvm": true
},