From e48499f109f9e78ebea90e96d499ee96e018614d Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Fri, 7 Oct 2022 11:35:26 +0200
Subject: [PATCH] Tutorial:

- polished configuration of VSCode IDE
---
 tutorial/3-1-configure-vscode.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/tutorial/3-1-configure-vscode.md b/tutorial/3-1-configure-vscode.md
index 10493ce22..34d204b30 100644
--- a/tutorial/3-1-configure-vscode.md
+++ b/tutorial/3-1-configure-vscode.md
@@ -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
+```
-- 
GitLab