File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,6 @@ Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench-dev.html
49
49
</head>
50
50
51
51
<body aria-label="">
52
- @@ -39,7 +39,7 @@
53
- <script src="{{WORKBENCH_WEB_BASE_URL}}/out/vs/loader.js"></script>
54
- <script src="{{WORKBENCH_WEB_BASE_URL}}/out/vs/webPackagePaths.js"></script>
55
- <script>
56
- - const baseUrl = new URL('{{WORKBENCH_WEB_BASE_URL}}', window.location.origin).toString();
57
- + const baseUrl = new URL('{{WORKBENCH_WEB_BASE_URL}}', window.location).toString();
58
- Object.keys(self.webPackagePaths).map(function (key, index) {
59
- self.webPackagePaths[key] = `${baseUrl}/remote/web/node_modules/${key}/${self.webPackagePaths[key]}`;
60
- });
61
52
Index: code-server/lib/vscode/src/vs/code/browser/workbench/workbench.html
62
53
===================================================================
63
54
--- code-server.orig/lib/vscode/src/vs/code/browser/workbench/workbench.html
You can’t perform that action at this time.
0 commit comments