## 1.5.1
This commit is contained in:
24
.vscode/settings.json
vendored
24
.vscode/settings.json
vendored
@ -1,5 +1,23 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"VSIX"
|
||||
]
|
||||
"[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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user