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:
Duncan Walter
2020-04-22 13:57:22 -04:00
committed by GitHub
parent 4b178bfc9f
commit c7c2301bc2
5 changed files with 80 additions and 5 deletions

View File

@@ -140,6 +140,12 @@
"usesOnlineServices"
]
},
"typescript.enablePromptUseWorkspaceTsdk": {
"type": "boolean",
"default": false,
"description": "%typescript.enablePromptUseWorkspaceTsdk%",
"scope": "window"
},
"typescript.npm": {
"type": [
"string",