Skip to content

Commit 7b48fa3

Browse files
committed
FIXME: custom ELECTRON_RUN_AS_NODE with node worker
1 parent d9e57b7 commit 7b48fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/platform/extensions/node/extensionHostStarterWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ExtensionHostProcess extends Disposable {
5151
const sw = StopWatch.create(false);
5252
this._process = fork(
5353
FileAccess.asFileUri('bootstrap-fork', require).fsPath,
54-
['--type=extensionHost', '--skipWorkspaceStorageLock'],
54+
['--type=extensionHost', '--skipWorkspaceStorageLock', '--ms-enable-electron-run-as-node'],
5555
mixin({ cwd: cwd() }, opts),
5656
);
5757
const forkTime = sw.elapsed();

0 commit comments

Comments
 (0)