[html/css/json] pass the location of the localization bundle to the server (#168111)

pass the location of the localization bundle to the server
This commit is contained in:
Martin Aeschlimann
2022-12-05 23:49:27 +01:00
committed by GitHub
parent 6e3976f744
commit b27ee6b7b5
15 changed files with 88 additions and 12 deletions

View File

@@ -16,7 +16,8 @@
"request-light": "^0.6.0",
"vscode-json-languageservice": "^5.1.3",
"vscode-languageserver": "^8.1.0-next.2",
"vscode-uri": "^3.0.6"
"vscode-uri": "^3.0.6",
"@vscode/l10n": "^0.0.10"
},
"devDependencies": {
"@types/mocha": "^9.1.1",