update python debugger type to debugpy
vscode says that "python" is deprecated
This commit is contained in:
committed by
Yorik van Havre
parent
623c0466a8
commit
129e8df4e2
4
contrib/.vscode/launch.json
vendored
4
contrib/.vscode/launch.json
vendored
@@ -100,7 +100,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Python debugger",
|
"name": "Python debugger",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"preLaunchTask": "WaitForDebugpy",
|
"preLaunchTask": "WaitForDebugpy",
|
||||||
"redirectOutput": true,
|
"redirectOutput": true,
|
||||||
@@ -131,4 +131,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user