Skip to content

Commit 690a728

Browse files
committed
#31 fix devcontainer extension insturctions
1 parent af57ab8 commit 690a728

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/user/tutorials/devcontainer.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ epics devcontainer tutorial.
1515
Configure Visual Studio Code
1616
----------------------------
1717

18-
You must ensure you have the devcontainer plugin:
18+
You must ensure you have the devcontainer plugin. This is installed as part
19+
of `Remote Development`_ in the previous tutorial:
1920

2021

2122
.. figure:: ../images/dev-container-plugin.png
@@ -24,6 +25,7 @@ You must ensure you have the devcontainer plugin:
2425

2526
devcontainer plugin
2627

28+
.. _Remote Development: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
2729

2830
For podman users, you must first tell VSCode to use podman instead of docker.
2931
Open a VSCode window and hit "ctrl ," (control-comma) to open the user

docs/user/tutorials/setup_workstation.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,18 @@ First download and install Visual Studio Code.
5555
- `Download Visual Studio Code`_
5656
- `Setup Visual Studio Code`_
5757

58-
Add the following extensions to Visual Studio Code:
58+
VSCode has an huge library of extensions. The following list of extensions are
59+
useful for working with epics-containers. You will need to install the *Required*
60+
extensions before proceeding to the next tutorial. See the links for instructions
61+
on how to do this.
62+
63+
The recommended extensions will be installed for you when you launch the
64+
devcontainer in the next tutorial.
5965

6066
- Required: `Remote Development`_
67+
- Required for Windows: `VSCode WSL2`_ (see `How to use WSL2 and Visual Studio Code`_)
6168
- Recommended: `VSCode EPICS`_
6269
- Recommended: `Kubernetes`_
63-
- Required for Windows: `VSCode WSL2`_ (see `How to use WSL2 and Visual Studio Code`_)
6470

6571
.. _VSCode WSL2: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl
6672
.. _How to use WSL2 and Visual Studio Code: https://code.visualstudio.com/blogs/2019/09/03/wsl2

0 commit comments

Comments
 (0)