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 ede7125 commit c24fa95Copy full SHA for c24fa95
patches/display-language.diff
@@ -79,7 +79,7 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.html
79
+ } catch (error) { /* Probably fine. */ }
80
Object.keys(self.webPackagePaths).map(function (key, index) {
81
self.webPackagePaths[key] = new URL(
82
- `{{VS_BASE}}/static/remote/web/node_modules/${key}/${self.webPackagePaths[key]}`,
+ `{{VS_BASE}}/static/node_modules/${key}/${self.webPackagePaths[key]}`,
83
@@ -52,7 +76,8 @@
84
return value;
85
}
0 commit comments