mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
FIXME: custom ELECTRON_RUN_AS_NODE with node worker
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user