mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Make TypeScript extension ready for 2.0
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
"default": null,
|
||||
"description": "%typescript.tsdk.desc%"
|
||||
},
|
||||
"typescript.tsdk_version": {
|
||||
"type": ["string", "null"],
|
||||
"default": null,
|
||||
"description": "%typescript.tsdk_version.desc%"
|
||||
},
|
||||
"typescript.tsserver.trace": {
|
||||
"type": "string",
|
||||
"enum": ["off", "messages", "verbose"],
|
||||
|
||||
Reference in New Issue
Block a user