Files
band/.vscode/settings.json
2025-09-05 19:56:32 -07:00

25 lines
422 B
JSON

{
"files.associations": {
"*.ffs_gui": "xml",
"*.hurl": "http",
"*.org": "ini",
"*.net": "ini",
"default": "ini"
},
"[markdown]": {
"editor.wordWrap": "off"
},
"files.exclude": {
"**/.git": false,
"**/node_modules": true
},
"files.watcherExclude": {
"**/node_modules": true
},
"cSpell.words": [
"accessibilities",
"aspnet",
"ASPNETCORE",
"CAXXXX"
]
}