mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
committed by
John Kleinschmidt
parent
5da89c3a2b
commit
d4cfaaf047
@@ -22,7 +22,8 @@ $ code electron-quick-start
|
||||
"windows": {
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
|
||||
},
|
||||
"args" : ["."]
|
||||
"args" : ["."],
|
||||
"outputCapture": "std"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user