From 59f1bd58d72bbca3023042d88de160304379fcaf Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:00:58 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- workflow/vscode_install/README.md | 44 +++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/workflow/vscode_install/README.md b/workflow/vscode_install/README.md index 8c88820..1b898fe 100644 --- a/workflow/vscode_install/README.md +++ b/workflow/vscode_install/README.md @@ -1,6 +1,19 @@ +# VS Code installation +{:.no_toc} + + + +## The goal + +Install VS Code as editor for Python. + +Questions to [David Rotermund](mailto:davrot@uni-bremen.de) -I assume that you have installed Python. +**I assume that you have installed Python.** ## Download and installation @@ -77,9 +90,30 @@ Which also installs: ![Figure 10b](Image10b.png) - - - - +### C/C++ (C++ development / PyBind11) + +![Figure 12](Image12.png) + +### C/C++ Extension Pack (C++ development / PyBind11) + +![Figure 13](Image13.png) + +Which also installs: + +![Figure 13b](Image13b.png) + +(I don't know who installs CMake and CMake tools) + +### C/C++ Include Guard (C++ development / PyBind11) + +![Figure 14](Image14.png) + +### Arduino (Arduino) + +![Figure 15](Image15.png) + +Which also installs: + +![Figure 15b](Image15b.png)