From 34ba6e8bf1a87ff540c43b0ad6fe748cc5f8b1e9 Mon Sep 17 00:00:00 2001 From: Julian Trommer Date: Tue, 22 Oct 2024 10:19:13 +0200 Subject: [PATCH] Update first_steps.md Added extension installation and opening project folder inside the attached VS Code window of the development container. --- doc/development/first_steps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/development/first_steps.md b/doc/development/first_steps.md index 309679dd..389908d8 100644 --- a/doc/development/first_steps.md +++ b/doc/development/first_steps.md @@ -27,7 +27,8 @@ Then navigate to the `Docker` tab in VS Code and attach a VS Code window to the ![attach.png](/doc/assets/development/attach.png) -A new VS Code window will open, and you now have all the project files with the correct python paths and code completion. +A new VS Code window will open. You need to also install all VS Code extensions inside the container. Navigate to the `Extensions` tab in VS Code and install all extensions under the `Installed` menu. +After that you can open the folder `/workspace` inside the container with all the project files with the correct python paths and code completion. ## Linting and formatting