mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[json] update service (#238898)
This commit is contained in:
committed by
GitHub
parent
6e9587290a
commit
5506dbf6f6
@@ -15,7 +15,7 @@
|
||||
"@vscode/l10n": "^0.0.18",
|
||||
"jsonc-parser": "^3.3.1",
|
||||
"request-light": "^0.8.0",
|
||||
"vscode-json-languageservice": "^5.4.2",
|
||||
"vscode-json-languageservice": "^5.4.3",
|
||||
"vscode-languageserver": "^10.0.0-next.11",
|
||||
"vscode-uri": "^3.0.8"
|
||||
},
|
||||
@@ -29,6 +29,7 @@
|
||||
"watch": "npx gulp watch-extension:json-language-features-server",
|
||||
"clean": "../../../node_modules/.bin/rimraf out",
|
||||
"install-service-next": "npm install vscode-json-languageservice@next",
|
||||
"install-service-latest": "npm install vscode-json-languageservice",
|
||||
"install-service-local": "npm link vscode-json-languageservice",
|
||||
"install-server-next": "npm install vscode-languageserver@next",
|
||||
"install-server-local": "npm link vscode-languageserver-server",
|
||||
|
||||
Reference in New Issue
Block a user