We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935a4ad commit c67bf91Copy full SHA for c67bf91
.vscode/launch.json
@@ -6,14 +6,14 @@
6
"configurations": [
7
{
8
"name": "Python : Test launcher",
9
- "type": "python",
+ "type": "debugpy",
10
"request": "launch",
11
"program": "${workspaceFolder}/qwt/tests/__init__.py",
12
"console": "integratedTerminal"
13
},
14
15
"name": "Python : Current file",
16
17
18
"program": "${file}",
19
0 commit comments