Skip to content

Commit 080c678

Browse files
committed
Fix compilation
1 parent 81df095 commit 080c678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/gitpod/browser/workbench/workbench.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ async function doStart(): Promise<IDisposable> {
578578

579579
// To make webviews work in development, go to file src/vs/workbench/contrib/webview/browser/pre/main.js
580580
// and update `signalReady` method to bypass hostname check
581-
const baseUri = FileAccess.asBrowserUri('', require);
581+
const baseUri = FileAccess.asBrowserUri('');
582582
const uuidUri = `${baseUri.scheme}://{{uuid}}.${info.workspaceClusterHost}${baseUri.path.replace(/^\/blobserve/, '').replace(/\/out\/$/, '')}`;
583583
const webEndpointUrlTemplate = uuidUri;
584584
const webviewEndpoint = devMode ? undefined : `${uuidUri}/out/vs/workbench/contrib/webview/browser/pre/`;

0 commit comments

Comments
 (0)