Skip to content
Snippets Groups Projects
Commit e48499f1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tutorial:

- polished configuration of VSCode IDE
parent 54ce6e00
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!10Tutorials cleanup
......@@ -88,5 +88,10 @@ This step installs Python extensions in VSCode server running in the VM.
- In VSCode (connected to the VM), click left button "Explorer"
- Click "Ctrl+Alt+P" and type "Python: Select Interpreter". Select option "Python: 3.9.13 64-bit ('tfs')"
in terminal: set python path to be used by VSCode:
`echo "PYTHONPATH=./src" > ~/tfs-ctrl/.env`
## 3.1.6. Define environment variables for VSCode
The source code in the TFS controller project is hosted in folder `src/`. To help VSCode find the Python modules and
packages, add the following file into your working space root folder:
```bash
echo "PYTHONPATH=./src" >> ~/tfs-ctrl/.env
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment