mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
delete process.env['ELECTRON_RUN_AS_NODE'];
|
||||
delete process.env['ATOM_SHELL_INTERNAL_RUN_AS_NODE'];
|
||||
require('child_process').spawn(require('path').resolve(__dirname, '..', 'Code.exe'), process.argv.slice(2), { detached: true, stdio: 'ignore' });
|
||||
process.exit(0);
|
||||
Reference in New Issue
Block a user