Skip to content

Commit

Permalink
Fixes ExtensionRuntime issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Amodio committed Sep 3, 2020
1 parent ffc52d7 commit 8c9b401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/worker/extHostExtensionService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class WorkerRequireInterceptor extends RequireInterceptor {
}

export class ExtHostExtensionService extends AbstractExtHostExtensionService {
readonly extensionRuntime = ExtensionRuntime.Node;
readonly extensionRuntime = ExtensionRuntime.Webworker;

private _fakeModules?: WorkerRequireInterceptor;

Expand Down

0 comments on commit 8c9b401

Please sign in to comment.