mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
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:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user