[bootlin/training-materials updates] master: labs/sysdev-application-development-and-debugging: fix VS code instructions (8bbb0b07)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Sep 29 13:20:12 CEST 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/8bbb0b076d50bb3bfbee0f2da4687f2c6f1b05b0

>---------------------------------------------------------------

commit 8bbb0b076d50bb3bfbee0f2da4687f2c6f1b05b0
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Sep 29 13:20:12 2022 +0200

    labs/sysdev-application-development-and-debugging: fix VS code instructions
    
    This allows to have the vscode settings (.vscode) taken into account.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

8bbb0b076d50bb3bfbee0f2da4687f2c6f1b05b0
 .../sysdev-application-development-and-debugging.tex               | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index ed63bf85..535838f2 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -290,14 +290,17 @@ First, from the \code{appdev} directory, start VS Code:
 $ code
 \end{bashinput}
 
+The use \code{File} $\rightarrow$ \code{Open Folder} to open the
+\code{appdev} directory.
+
 The first thing to do is to make sure the \code{C/C++} extension from Microsoft
 (\code{ms-vscode.cpptools}) is installed. Do this using the
 \code{Extensions} vertical tab:
 
 \includegraphics[width=2cm]{labs/sysdev-application-development-and-debugging/vscode-extensions-tab.png}
 
-With the \code{File} $\rightarrow$ \code{Open File} menu entry, open the
-\code{nunchuk-mpd-client.c} file in VS Code.
+Then click on the \code{nunchuk-mpd-client.c} file in the left
+column to open it in VS Code.
 
 Now, start by compiling your program from VS Code, copying it to the
 target, and running it through the debugger by using the




More information about the training-materials-updates mailing list