From f61eff1dbed6380d4dc95322be3b994a8b539b00 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 11 Oct 2022 11:40:56 +0000 Subject: [PATCH] Tutorial cleanup --- tutorial/3-1-configure-vscode.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorial/3-1-configure-vscode.md b/tutorial/3-1-configure-vscode.md index 34d204b30..e7dbf3a6a 100644 --- a/tutorial/3-1-configure-vscode.md +++ b/tutorial/3-1-configure-vscode.md @@ -88,6 +88,7 @@ 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')" + ## 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: -- GitLab