23 lines
368 B
JSON
23 lines
368 B
JSON
{
|
|
"[markdown]": {
|
|
"editor.wordWrap": "off"
|
|
},
|
|
"cSpell.words": [
|
|
"initialise",
|
|
"Kanban",
|
|
"VSIX"
|
|
],
|
|
"files.eol": "\n",
|
|
"files.exclude": {
|
|
"**/dist": false,
|
|
"**/node_modules": true,
|
|
"**/out": false
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"search.exclude": {
|
|
"**/dist": true,
|
|
"**/out": true
|
|
}
|
|
} |