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 81df095 commit 080c678Copy full SHA for 080c678
src/vs/gitpod/browser/workbench/workbench.ts
@@ -578,7 +578,7 @@ async function doStart(): Promise<IDisposable> {
578
579
// To make webviews work in development, go to file src/vs/workbench/contrib/webview/browser/pre/main.js
580
// and update `signalReady` method to bypass hostname check
581
- const baseUri = FileAccess.asBrowserUri('', require);
+ const baseUri = FileAccess.asBrowserUri('');
582
const uuidUri = `${baseUri.scheme}://{{uuid}}.${info.workspaceClusterHost}${baseUri.path.replace(/^\/blobserve/, '').replace(/\/out\/$/, '')}`;
583
const webEndpointUrlTemplate = uuidUri;
584
const webviewEndpoint = devMode ? undefined : `${uuidUri}/out/vs/workbench/contrib/webview/browser/pre/`;
0 commit comments