Skip to content

Commit d507e49

Browse files
committed
Remove python.defaultInterpreterPath setting (no longer necessary)
1 parent 3c5a58d commit d507e49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
},
1717
"files.trimFinalNewlines": true,
1818
"files.trimTrailingWhitespace": true,
19-
"python.defaultInterpreterPath": "${env:PPSTACK_PYTHONEXE}",
2019
"editor.formatOnSave": true,
2120
"python.analysis.autoFormatStrings": true,
2221
"python.testing.unittestEnabled": false,

doc/dev/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Some parameters are required to be set before using the project from within
9797
Visual Studio Code (used in `launch.json` and `tasks.json`). These are:
9898

9999
* ``PPSTACK_PYTHONEXE``: The path to the Python interpreter to use. This is
100-
used to launch the application from within Visual Studio Code. If not set,
100+
used to run tasks from within Visual Studio Code. If not set,
101101
the default Python interpreter will be used.
102102

103103
* `.env` file: This file is used to set environment variables for the

0 commit comments

Comments
 (0)