Skip to content

Commit

Permalink
FIXME: custom ELECTRON_RUN_AS_NODE with node worker
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jan 17, 2022
1 parent d9e57b7 commit 7b48fa3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ class ExtensionHostProcess extends Disposable {
const sw = StopWatch.create(false);
this._process = fork(
FileAccess.asFileUri('bootstrap-fork', require).fsPath,
['--type=extensionHost', '--skipWorkspaceStorageLock'],
['--type=extensionHost', '--skipWorkspaceStorageLock', '--ms-enable-electron-run-as-node'],
mixin({ cwd: cwd() }, opts),
);
const forkTime = sw.elapsed();
Expand Down

0 comments on commit 7b48fa3

Please sign in to comment.