mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
ImprovedVersionChecking
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user