[json] Go to definition for $ref. Fixes #69411

This commit is contained in:
Martin Aeschlimann
2020-04-27 22:30:58 +02:00
parent c610dd7fc7
commit 4a3bd05497
6 changed files with 50 additions and 27 deletions

View File

@@ -13,8 +13,8 @@
"main": "./out/jsonServerMain",
"dependencies": {
"jsonc-parser": "^2.2.1",
"request-light": "^0.2.5",
"vscode-json-languageservice": "^3.5.2",
"request-light": "^0.3.0",
"vscode-json-languageservice": "^3.6.0",
"vscode-languageserver": "^6.1.1",
"vscode-uri": "^2.1.1"
},