We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c27a2 commit 3c5a58dCopy full SHA for 3c5a58d
1 file changed
.vscode/launch.json
@@ -11,7 +11,6 @@
11
"program": "${workspaceFolder}/plotpy/tests/__init__.py",
12
"console": "integratedTerminal",
13
"envFile": "${workspaceFolder}/.env",
14
- "python": "${config:python.defaultInterpreterPath}",
15
"justMyCode": true,
16
"env": {
17
"QT_COLOR_MODE": "light",
@@ -24,7 +23,6 @@
24
23
"program": "${file}",
25
26
27
28
"justMyCode": false,
29
"pythonArgs": [
30
"-W error::DeprecationWarning",
@@ -39,7 +37,6 @@
39
37
40
38
41
42
43
44
45
],
0 commit comments