8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad0d9e commit 947d086Copy full SHA for 947d086
patches/display-language.diff
@@ -91,7 +91,7 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.html
91
+ return cb(undefined, result)
92
+ }
93
+ const path = nlsConfig['vs/nls']._resolvedLanguagePackCoreLocation + "/" + bundle.replace(/\//g, "!") + ".nls.json"
94
-+ fetch(`{{WORKBENCH_WEB_BASE_URL}}/vscode-remote-resource?path=${encodeURIComponent(path)}`)
++ fetch(`{{WORKBENCH_WEB_BASE_URL}}/../v 471B scode-remote-resource?path=${encodeURIComponent(path)}`)
95
+ .then((response) => response.json())
96
+ .then((json) => {
97
+ bundles[bundle] = json
0 commit comments