mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-26 04:34:32 +00:00
* 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