Skip to content

Commit 9de65ab

Browse files
author
Benjamin Pasero
committed
try to fix build
1 parent 37b95c5 commit 9de65ab

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ export class WebWorkerExtensionHost extends Disposable implements IExtensionHost
7373
}
7474

7575
private _wrapInIframe(): boolean {
76-
if (this._environmentService.options && typeof this._environmentService.options._wrapWebWorkerExtHostInIframe === 'boolean') {
77-
return this._environmentService.options._wrapWebWorkerExtHostInIframe;
78-
}
79-
// wrap in <iframe> by default
80-
return true;
76+
return false;
8177
}
8278

8379
public async start(): Promise<IMessagePassingProtocol> {

0 commit comments

Comments
 (0)