Skip to content

Commit 891f939

Browse files
more path updates
1 parent 5bb7f3e commit 891f939

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link
2323
data-name="vs/workbench/workbench.web.main"
2424
rel="stylesheet"
25-
href="./node_modules/vscode-web/dist/out/vs/workbench/workbench.web.main.css"
25+
href="./vscode-web/dist/out/vs/workbench/workbench.web.main.css"
2626
/>
2727
</head>
2828

@@ -78,10 +78,10 @@
7878
Object.keys(self.webPackagePaths).map(function (key, index) {
7979
self.webPackagePaths[
8080
key
81-
] = `${location.href.split("/").slice(0,location.href.split("/").length - 1).join("/")}/node_modules/vscode-web/dist/node_modules/${key}/${self.webPackagePaths[key]}`;
81+
] = `${location.href.split("/").slice(0,location.href.split("/").length - 1).join("/")}/vscode-web/dist/node_modules/${key}/${self.webPackagePaths[key]}`;
8282
});
8383
require.config({
84-
baseUrl: `${location.href.split("/").slice(0,location.href.split("/").length - 1).join("/")}/node_modules/vscode-web/dist/out`,
84+
baseUrl: `${location.href.split("/").slice(0,location.href.split("/").length - 1).join("/")}/vscode-web/dist/out`,
8585
recordStats: true,
8686
trustedTypesPolicy: window.trustedTypes?.createPolicy('amdLoader', {
8787
createScriptURL(value) {

0 commit comments

Comments
 (0)