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