We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be5335 commit ea7ac9aCopy full SHA for ea7ac9a
src/index.ts
@@ -388,7 +388,7 @@ if (!amMainInstance) {
388
389
server = spawn(serverBinCommand, ['start'], {
390
windowsHide: true,
391
- stdio: ['inherit', 'pipe', 'pipe'],
+ stdio: ['ignore', 'pipe', 'pipe'],
392
shell: isWindows, // Required to spawn a .cmd script
393
windowsVerbatimArguments: false, // Fixes quoting in windows shells
394
detached: !isWindows, // Detach on Linux, so we can cleanly kill as a group
0 commit comments