mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
TS: Add setting to prompt users about workspace tsdk (#95566)
* add a setting to prompt users to switch to tsdk version * version manager in control Co-authored-by: Duncan Walter <dwalter@hubspot.com>
This commit is contained in:
@@ -140,6 +140,12 @@
|
||||
"usesOnlineServices"
|
||||
]
|
||||
},
|
||||
"typescript.enablePromptUseWorkspaceTsdk": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "%typescript.enablePromptUseWorkspaceTsdk%",
|
||||
"scope": "window"
|
||||
},
|
||||
"typescript.npm": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
Reference in New Issue
Block a user