File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1319
1319
},
1320
1320
{
1321
1321
"name" : " RobotCode: Python" ,
1322
- "type" : " python " ,
1322
+ "type" : " debugpy " ,
1323
1323
"request" : " attach" ,
1324
1324
"presentation" : {
1325
1325
"hidden" : true
1326
- },
1327
- "justMyCode" : true
1326
+ }
1328
1327
}
1329
1328
],
1330
1329
"configurationSnippets" : [
1438
1437
"test" : " node ./out/test/runTest.js"
1439
1438
},
1440
1439
"extensionDependencies" : [
1441
- " ms-python.python"
1440
+ " ms-python.python" ,
1441
+ " ms-python.debugpy"
1442
1442
],
1443
1443
"dependencies" : {
1444
1444
"ansi-colors" : " ^4.1.3" ,
Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ export class DebugManager {
577
577
const debugConfiguration : vscode . DebugConfiguration = {
578
578
...pythonConfiguration ,
579
579
...{
580
- type : "python " ,
580
+ type : "debugpy " ,
581
581
name : `Python ${ session . name } ` ,
582
582
request : "attach" ,
583
583
connect : {
You can’t perform that action at this time.
0 commit comments