Use ErrorCode in JSON Language Service schema resolution error handling

This adds a dependency on vscode-json-languageservice to the client,
which might not be desired, but allows for cleaner code and the correct
reference should the error codes change.
This commit is contained in:
Literallie
2018-10-09 01:46:24 +02:00
parent 157ee8c394
commit 0137ebd471
3 changed files with 24 additions and 2 deletions

View File

@@ -101,6 +101,7 @@
},
"dependencies": {
"vscode-extension-telemetry": "0.0.22",
"vscode-json-languageservice": "^3.2.0",
"vscode-languageclient": "^5.1.0",
"vscode-nls": "^4.0.0"
},