Update debugging-main-process-vscode.md (#16363)

[console.log() not printing to terminal when debugging Electron apps. #49](https://github.com/Microsoft/vscode-recipes/issues/49#issuecomment-354367330)
This commit is contained in:
qwabra 2019-02-27 23:03:15 +03:00 committed by John Kleinschmidt
parent 5da89c3a2b
commit d4cfaaf047

View file

@ -22,7 +22,8 @@ $ code electron-quick-start
"windows": { "windows": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd" "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
}, },
"args" : ["."] "args" : ["."],
"outputCapture": "std"
} }
] ]
} }