File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ epics devcontainer tutorial.
15
15
Configure Visual Studio Code
16
16
----------------------------
17
17
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:
19
20
20
21
21
22
.. figure :: ../images/dev-container-plugin.png
@@ -24,6 +25,7 @@ You must ensure you have the devcontainer plugin:
24
25
25
26
devcontainer plugin
26
27
28
+ .. _Remote Development : https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
27
29
28
30
For podman users, you must first tell VSCode to use podman instead of docker.
29
31
Open a VSCode window and hit "ctrl ," (control-comma) to open the user
Original file line number Diff line number Diff line change @@ -55,12 +55,18 @@ First download and install Visual Studio Code.
55
55
- `Download Visual Studio Code `_
56
56
- `Setup Visual Studio Code `_
57
57
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.
59
65
60
66
- Required: `Remote Development `_
67
+ - Required for Windows: `VSCode WSL2 `_ (see `How to use WSL2 and Visual Studio Code `_)
61
68
- Recommended: `VSCode EPICS `_
62
69
- Recommended: `Kubernetes `_
63
- - Required for Windows: `VSCode WSL2 `_ (see `How to use WSL2 and Visual Studio Code `_)
64
70
65
71
.. _VSCode WSL2 : https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl
66
72
.. _How to use WSL2 and Visual Studio Code : https://code.visualstudio.com/blogs/2019/09/03/wsl2
You can’t perform that action at this time.
0 commit comments