Skip to content

Commit fd24aaf

Browse files
committed
default debug uses debug output like node debugger
1 parent 593f961 commit fd24aaf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -367,29 +367,29 @@
367367
},
368368
"initialConfigurations": [
369369
{
370-
"name": "Integrated Terminal/Console",
370+
"name": "Python",
371371
"type": "python",
372372
"request": "launch",
373373
"stopOnEntry": true,
374374
"pythonPath": "${config.python.pythonPath}",
375375
"program": "${file}",
376-
"console": "integratedTerminal",
377376
"debugOptions": [
378377
"WaitOnAbnormalExit",
379-
"WaitOnNormalExit"
378+
"WaitOnNormalExit",
379+
"RedirectOutput"
380380
]
381381
},
382382
{
383-
"name": "Python",
383+
"name": "Integrated Terminal/Console",
384384
"type": "python",
385385
"request": "launch",
386386
"stopOnEntry": true,
387387
"pythonPath": "${config.python.pythonPath}",
388388
"program": "${file}",
389+
"console": "integratedTerminal",
389390
"debugOptions": [
390391
"WaitOnAbnormalExit",
391-
"WaitOnNormalExit",
392-
"RedirectOutput"
392+
"WaitOnNormalExit"
393393
]
394394
},
395395
{

0 commit comments

Comments
 (0)