diff --git a/docs/pages/getting_started/docker.rst b/docs/pages/getting_started/docker.rst index dbaccfd..4df2f3a 100644 --- a/docs/pages/getting_started/docker.rst +++ b/docs/pages/getting_started/docker.rst @@ -55,4 +55,9 @@ You should be able to see a bash prompt, and the riscv-atom repository already c container. To restart, simpy use the above ``docker start`` command again. .. tip:: - Checkout this `cheatsheet `_ to learn more about Docker CLI syntax. \ No newline at end of file + Checkout this `cheatsheet `_ to learn more about Docker CLI syntax. + +.. tip:: + If you want to use VS Code for development, install the **Remote Explorer** and **Dev Containers** extensions. You + should now be able to see the "Dev Containers" options in the *Remote Containers* tab and the container we just created + in the list. \ No newline at end of file