Skip to content

Commit 123b250

Browse files
Add more detail on devcontainers to docs (#189)
2 parents 7a38d1e + ebdd9b6 commit 123b250

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/how-to/dev-install.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@ pip install -e '.[dev]'
2222
:::
2323

2424
:::{tab-item} VSCode devcontainer
25-
If you are at DLS, then first [setup podman and its fix for devcontainer features](https://dev-portal.diamond.ac.uk/guide/containers/tutorials/podman/#enable-use-of-vscode-features)
25+
26+
Ensure you have the [vscode devcontainer extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) installed.
27+
28+
If you are at DLS, then first [setup podman and its fix for devcontainer features](https://dev-portal.diamond.ac.uk/guide/containers/tutorials/podman/#enable-use-of-vscode-features) and then follow [these instructions](https://dev-portal.diamond.ac.uk/guide/containers/tutorials/devcontainer/) for setting up devcontainers on a DLS workstation.
2629

2730
```
2831
code .
29-
# Click on 'Reopen in Container' when prompted
30-
# Open a new terminal
32+
```
33+
34+
Click on 'Reopen in Container' when prompted on startup or, if vscode is already running, open the command menu with CTRL+SHIFT+P, search for and run 'Reopen in Container'.
35+
Open a new terminal
3136
:::
3237

3338
::::

0 commit comments

Comments
 (0)