Skip to content

Commit 30fb404

Browse files
authored
Merge branch 'main' into fix-hotswap-output
2 parents 6f34636 + 714257b commit 30fb404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/display-language.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.html
9191
+ return cb(undefined, result)
9292
+ }
9393
+ const path = nlsConfig['vs/nls']._resolvedLanguagePackCoreLocation + "/" + bundle.replace(/\//g, "!") + ".nls.json"
94-
+ fetch(`{{WORKBENCH_WEB_BASE_URL}}/vscode-remote-resource?path=${encodeURIComponent(path)}`)
94+
+ fetch(`{{WORKBENCH_WEB_BASE_URL}}/../vscode-remote-resource?path=${encodeURIComponent(path)}`)
9595
+ .then((response) => response.json())
9696
+ .then((json) => {
9797
+ bundles[bundle] = json

0 commit comments

Comments
 (0)