File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments