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

@@ -6,7 +6,6 @@
"typescript.tsdk.desc": "Specifies the folder path containing the tsserver and lib*.d.ts files to use.",
"typescript.tsdk_version.desc": "Specifies the version of the tsserver. Only necessary if the tsserver is not installed using npm.",
"typescript.disableAutomaticTypeAcquisition": "Disables automatic type acquisition. Requires TypeScript >= 2.0.6 and a restart after changing it.",
"typescript.check.workspaceVersion": "Check if a TypeScript version is available in the workspace.",
"typescript.check.tscVersion": "Check if a global install TypeScript compiler (e.g. tsc) differs from the used TypeScript language service.",
"typescript.tsserver.trace": "Enables tracing of messages send to the TS server.",
"typescript.tsserver.experimentalAutoBuild": "Enables experimental auto build. Requires 1.9 dev or 2.x tsserver version and a restart of VS Code after changing it.",