Skip to content

Commit 0730247

Browse files
committed
use integrated terminal as default debug option
1 parent 963325c commit 0730247

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
@@ -361,29 +361,29 @@
361361
},
362362
"initialConfigurations": [
363363
{
364-
"name": "Python",
364+
"name": "Integrated Terminal/Console",
365365
"type": "python",
366366
"request": "launch",
367367
"stopOnEntry": true,
368368
"pythonPath": "${config.python.pythonPath}",
369369
"program": "${file}",
370+
"console": "integratedTerminal",
370371
"debugOptions": [
371372
"WaitOnAbnormalExit",
372-
"WaitOnNormalExit",
373-
"RedirectOutput"
373+
"WaitOnNormalExit"
374374
]
375375
},
376376
{
377-
"name": "Integrated Terminal/Console",
377+
"name": "Python",
378378
"type": "python",
379379
"request": "launch",
380380
"stopOnEntry": true,
381381
"pythonPath": "${config.python.pythonPath}",
382382
"program": "${file}",
383-
"console": "integratedTerminal",
384383
"debugOptions": [
385384
"WaitOnAbnormalExit",
386-
"WaitOnNormalExit"
385+
"WaitOnNormalExit",
386+
"RedirectOutput"
387387
]
388388
},
389389
{

0 commit comments

Comments
 (0)