mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix JSON schema configuration in multi root workspaces (#173169)
[json] add folderUri to SchemaAssociation and schema setting
This commit is contained in:
committed by
GitHub
parent
262ab0e7bf
commit
bd9ac7a089
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user