Skip to content

Commit c67bf91

Browse files
committed
Update launch configurations to use debugpy for Python debugging
1 parent 935a4ad commit c67bf91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"configurations": [
77
{
88
"name": "Python : Test launcher",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/qwt/tests/__init__.py",
1212
"console": "integratedTerminal"
1313
},
1414
{
1515
"name": "Python : Current file",
16-
"type": "python",
16+
"type": "debugpy",
1717
"request": "launch",
1818
"program": "${file}",
1919
"console": "integratedTerminal"

0 commit comments

Comments
 (0)