25 lines
422 B
JSON
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"
|
|
]
|
|
} |