mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
[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:
committed by
GitHub
parent
6e3976f744
commit
b27ee6b7b5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user