We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d8774 commit c65ba1eCopy full SHA for c65ba1e
1 file changed
.vscode/launch.json
@@ -6,7 +6,7 @@
6
"configurations": [
7
{
8
"name": "Run Test Launcher",
9
- "type": "python",
+ "type": "debugpy",
10
"request": "launch",
11
"program": "${workspaceFolder}/plotpy/tests/__init__.py",
12
"console": "integratedTerminal",
@@ -19,7 +19,7 @@
19
},
20
21
"name": "Run current file",
22
23
24
"program": "${file}",
25
@@ -28,12 +28,13 @@
28
"justMyCode": false,
29
"pythonArgs": [
30
"-W error::DeprecationWarning",
31
+ "-W error::RuntimeWarning",
32
],
33
"env": {}
34
35
36
"name": "Run current file (unattended)",
37
38
39
40
0 commit comments