From 225b7e012c7d7c108b2223bd8742d7c7cc952e60 Mon Sep 17 00:00:00 2001 From: Royer Yangali <royer.yangali@etsi.org> Date: Mon, 21 Oct 2024 15:18:31 +0200 Subject: [PATCH] UPDATES: updating identation --- doc/development_guide/development_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/development_guide/development_guide.md b/doc/development_guide/development_guide.md index 25a5127..441f40f 100644 --- a/doc/development_guide/development_guide.md +++ b/doc/development_guide/development_guide.md @@ -440,6 +440,7 @@ Host TFS-VM <h3><u>Connect VSCode to the VM through "Remote SSH" extension</h3></u> + - Right-click on "TFS-VM" - Select "Connect to Host in Current Window" - Reply to the questions asked @@ -498,7 +499,7 @@ This step installs Python extensions in VSCode server running in the VM. - In VSCode (connected to the VM), click left button "Extensions" - Search "Python" extension in the extension Marketplace. - Install official "Python" extension released by Microsoft. - - By default, since you're connected to the VM, it will be installed in the VSCode server running in the VM. + - By default, since you're connected to the VM, it will be installed in the 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')" -- GitLab