mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
fixes #28
This commit is contained in:
3
resources/win32/bin/code.js
Normal file
3
resources/win32/bin/code.js
Normal file
@@ -0,0 +1,3 @@
|
||||
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