Skip to content

Commit 3c5a58d

Browse files
committed
Remove unncessary python interpreter path from launch.json
1 parent f4c27a2 commit 3c5a58d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.vscode/launch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"program": "${workspaceFolder}/plotpy/tests/__init__.py",
1212
"console": "integratedTerminal",
1313
"envFile": "${workspaceFolder}/.env",
14-
"python": "${config:python.defaultInterpreterPath}",
1514
"justMyCode": true,
1615
"env": {
1716
"QT_COLOR_MODE": "light",
@@ -24,7 +23,6 @@
2423
"program": "${file}",
2524
"console": "integratedTerminal",
2625
"envFile": "${workspaceFolder}/.env",
27-
"python": "${config:python.defaultInterpreterPath}",
2826
"justMyCode": false,
2927
"pythonArgs": [
3028
"-W error::DeprecationWarning",
@@ -39,7 +37,6 @@
3937
"program": "${file}",
4038
"console": "integratedTerminal",
4139
"envFile": "${workspaceFolder}/.env",
42-
"python": "${config:python.defaultInterpreterPath}",
4340
"pythonArgs": [
4441
"-W error::DeprecationWarning",
4542
],

0 commit comments

Comments
 (0)