[json] add multiroot support. Fixes #32487

This commit is contained in:
Martin Aeschlimann
2017-08-23 14:04:34 +02:00
parent 00a44d37c5
commit b14c255400
7 changed files with 110 additions and 33 deletions

View File

@@ -64,6 +64,7 @@
"properties": {
"json.schemas": {
"type": "array",
"scope": "resource",
"description": "%json.schemas.desc%",
"items": {
"type": "object",
@@ -98,11 +99,13 @@
},
"json.format.enable": {
"type": "boolean",
"scope": "window",
"default": true,
"description": "%json.format.enable.desc%"
},
"json.trace.server": {
"type": "string",
"scope": "window",
"enum": [
"off",
"messages",
@@ -113,6 +116,7 @@
},
"json.colorDecorators.enable": {
"type": "boolean",
"scope": "window",
"default": true,
"description": "%json.colorDecorators.enable.desc%"
}
@@ -128,10 +132,10 @@
},
"dependencies": {
"vscode-extension-telemetry": "0.0.8",
"vscode-languageclient": "3.1.0-alpha.1",
"vscode-languageclient": "^3.4.0-next.13",
"vscode-nls": "2.0.2"
},
"devDependencies": {
"@types/node": "^6.0.51"
}
}
}