We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97af08b commit 714257bCopy full SHA for 714257b
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}}/../vscode-remote-resource?path=${encodeURIComponent(path)}`)
95
+ .then((response) => response.json())
96
+ .then((json) => {
97
+ bundles[bundle] = json
0 commit comments