Change TypeScript Configuration Flow For workspacesTrustedToSpecifyExecutables (#19329)

* Proto

* Remove unused method

* Use local storage for selecting typescript version

* Update settings warning message for typescript tsdk setting

* Small logic cleanup
This commit is contained in:
Matt Bierner
2017-01-25 16:52:42 -08:00
committed by GitHub
parent 56e7e3e568
commit 8aa7e5336d
7 changed files with 187 additions and 184 deletions

View File

@@ -96,11 +96,6 @@
"default": false,
"description": "%typescript.disableAutomaticTypeAcquisition%"
},
"typescript.check.workspaceVersion": {
"type": "boolean",
"default": true,
"description": "%typescript.check.workspaceVersion%"
},
"typescript.check.tscVersion": {
"type": "boolean",
"default": true,