mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +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
@@ -12,7 +12,8 @@
|
||||
"dependencies": {
|
||||
"vscode-css-languageservice": "^6.2.1",
|
||||
"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