Skip to content

Commit fd48fa3

Browse files
Minor cleanup of devcontainer instructions
1 parent 89e1628 commit fd48fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The advantage of the PRG pattern is that it is very straightforward to implement
5252

5353
### Install development dependencies in a VSCode Dev Container
5454

55-
If you use VSCode with Docker, the following VSCode Dev Container configuration will install all dependencies:
55+
If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all dependencies:
5656

5757
``` json
5858
{
@@ -66,7 +66,7 @@ If you use VSCode with Docker, the following VSCode Dev Container configuration
6666
}
6767
```
6868

69-
Simply create a .devcontainer folder in the root of the project and add a devcontainer.json file with this content, and then "Reopen in Container" from View > Command Palette.
69+
Simply create a `.devcontainer` folder in the root of the project and add a `devcontainer.json` file in the folder with the above content. VSCode may prompt you to install the Dev Container extension if you haven't already, and/or to open the project in a container. If not, you can manually select "Dev Containers: Reopen in Container" from View > Command Palette.
7070

7171
### Install development dependencies manually
7272

0 commit comments

Comments
 (0)