diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/callback.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/callback.html
deleted file mode 100644
index 4f54d4d..0000000
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/callback.html
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
- Visual Studio Code
-
-
-
-
-
-
-
-
-
- Visual Studio Code
-
-
-
- You can close this page now.
-
-
-
-
diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/workbench-dev.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/workbench-dev.html
deleted file mode 100644
index be6d30b..0000000
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/workbench-dev.html
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/workbench.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/workbench.html
deleted file mode 100644
index 700231f..0000000
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/code/browser/workbench/workbench.html
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/fake.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/fake.html
deleted file mode 100644
index 960d118..0000000
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/fake.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
- Fake
-
-
-
-
diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/index-no-csp.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/index-no-csp.html
deleted file mode 100644
index 6eb5b28..0000000
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/index-no-csp.html
+++ /dev/null
@@ -1,1309 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/index.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/index.html
deleted file mode 100644
index a6608a7..0000000
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/contrib/webview/browser/pre/index.html
+++ /dev/null
@@ -1,1310 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
index 6a16dd1..99b1df4 100644
--- a/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
+++ b/node_modules/@gitlab/web-ide/dist/public/vscode/out/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
@@ -4,7 +4,7 @@
@@ -13,7 +13,7 @@
const searchParams = new URL(document.location.href).searchParams;
const vscodeWebWorkerExtHostId = searchParams.get('vscodeWebWorkerExtHostId') || '';
const name = searchParams.get('debugged') ? 'DebugWorkerExtensionHost' : 'WorkerExtensionHost';
- const parentOrigin = searchParams.get('parentOrigin') || window.origin;
+ const parentOrigin = window.origin;
const salt = searchParams.get('salt');
(async function () {