mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user