ImprovedVersionChecking

This commit is contained in:
Dirk Baeumer
2016-09-22 16:24:33 +02:00
parent f0910528f4
commit 03d7916061
3 changed files with 84 additions and 59 deletions

View File

@@ -75,6 +75,16 @@
"default": null,
"description": "%typescript.tsdk.desc%"
},
"typescript.check.workspaceVersion" :{
"type": "boolean",
"default": true,
"description": "%typescript.check.workspaceVersion%"
},
"typescript.check.tscVersion" :{
"type": "boolean",
"default": true,
"description": "%typescript.check.tscVersion%"
},
"typescript.tsserver.trace": {
"type": "string",
"enum": ["off", "messages", "verbose"],