Fix JSON schema configuration in multi root workspaces (#173169)

[json] add folderUri to SchemaAssociation and schema setting
This commit is contained in:
Martin Aeschlimann
2023-02-02 22:36:41 +01:00
committed by GitHub
parent 262ab0e7bf
commit bd9ac7a089
5 changed files with 29 additions and 71 deletions

View File

@@ -12,12 +12,12 @@
},
"main": "./out/node/jsonServerMain",
"dependencies": {
"@vscode/l10n": "^0.0.11",
"jsonc-parser": "^3.2.0",
"request-light": "^0.7.0",
"vscode-json-languageservice": "^5.1.4",
"vscode-json-languageservice": "^5.2.0",
"vscode-languageserver": "^8.1.0-next.6",
"vscode-uri": "^3.0.7",
"@vscode/l10n": "^0.0.11"
"vscode-uri": "^3.0.7"
},
"devDependencies": {
"@types/mocha": "^9.1.1",