mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
New tsdk flow for 19 (#19602)
* Allow using workspace typescript.tsdk setting Allows users to opt into using their workspace typescript.tsdk setting to specify the path to their typescript install. Also, fixes a bug when the global tsdk setting points to the workspace version of typescript, our ts selector interface can get confused on which version is currently active. The fix adds a check using the local storage value to show the correct active version. * Flip vscode and workspace pick order * Use shared logic when workspace tsdk setting is not used
This commit is contained in:
@@ -88,8 +88,7 @@
|
||||
"null"
|
||||
],
|
||||
"default": null,
|
||||
"description": "%typescript.tsdk.desc%",
|
||||
"isExecutable": true
|
||||
"description": "%typescript.tsdk.desc%"
|
||||
},
|
||||
"typescript.disableAutomaticTypeAcquisition": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user