File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Some parameters are required to be set before using the project from within
9797Visual 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
You can’t perform that action at this time.
0 commit comments