Skip to content

Commit

Permalink
Update first_steps.md
Browse files Browse the repository at this point in the history
Added extension installation and opening project folder inside the attached VS Code window of the development container.
  • Loading branch information
JulianTrommer authored Oct 22, 2024
1 parent 2b11fb2 commit 34ba6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/development/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34ba6e8

Please sign in to comment.