Fladder/.vscode/settings.json
PartyDonut e50d666fa9
feat: Improve how unsupported items are shown. (#129)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
2024-11-07 18:57:57 +01:00

17 lines
No EOL
276 B
JSON

{
"cSpell.words": [
"ficonsax",
"jellyfin",
"Jellyfin",
"LTRB"
],
"dart.flutterSdkPath": ".fvm/versions/3.24.3",
"search.exclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"**/.fvm": true
},
"editor.detectIndentation": true,
"dart.lineLength": 120
}