immich/mobile/.vscode/settings.json
shenlong d0576697c3
chore: upgrade flutter to 3.32.8 (#20287)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2025-07-26 08:58:48 -05:00

13 lines
224 B
JSON

{
"dart.flutterSdkPath": ".fvm/versions/3.32.8",
"dart.lineLength": 120,
"[dart]": {
"editor.rulers": [120],
},
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
}
}