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 13191319 },
13201320 {
13211321 "name" : " RobotCode: Python" ,
1322- "type" : " python " ,
1322+ "type" : " debugpy " ,
13231323 "request" : " attach" ,
13241324 "presentation" : {
13251325 "hidden" : true
1326- },
1327- "justMyCode" : true
1326+ }
13281327 }
13291328 ],
13301329 "configurationSnippets" : [
14381437 "test" : " node ./out/test/runTest.js"
14391438 },
14401439 "extensionDependencies" : [
1441- " ms-python.python"
1440+ " ms-python.python" ,
1441+ " ms-python.debugpy"
14421442 ],
14431443 "dependencies" : {
14441444 "ansi-colors" : " ^4.1.3" ,
Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ export class DebugManager {
577577 const debugConfiguration : vscode . DebugConfiguration = {
578578 ...pythonConfiguration ,
579579 ...{
580- type : "python " ,
580+ type : "debugpy " ,
581581 name : `Python ${ session . name } ` ,
582582 request : "attach" ,
583583 connect : {
You can’t perform that action at this time.
0 commit comments