# 0.12.0
* First release with the following changes
This commit is contained in:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -8,5 +8,6 @@
|
||||
},
|
||||
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
|
||||
"typescript.tsc.autoDetect": "off",
|
||||
"todo-tree.tree.scanMode": "workspace only" // Turn off tsc task auto detection since we have the necessary task as npm scripts
|
||||
"todo-tree.tree.scanMode": "workspace only",
|
||||
"cSpell.enabled": false // Turn off tsc task auto detection since we have the necessary task as npm scripts
|
||||
}
|
||||
|
Reference in New Issue
Block a user