You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bitbots_misc/bitbots_docs/docs/manual/tutorials/vscode-dev-container.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Setup VSCode Dev Container
22
22
23
23
1. Clone the repository: `git clone git@github.com:bit-bots/bitbots_main.git` or `git clone https://github.com/bit-bots/bitbots_main.git && git remote set-url origin git@github.com:bit-bots/bitbots_main.git` if you don't have an SSH key setup yet.
24
24
2. Open the repository in VSCode
25
-
3. Install the "Remote - Containers" extension
25
+
3. Install the "Dev - Containers" extension
26
26
4. Click on the green icon in the bottom left corner of the window and select "Reopen in Container"
27
27
5. Wait for the container to build and start
28
28
6. Open a terminal in VSCode, you should see a number of instructions on how to setup the container. Follow them.
0 commit comments