We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7319000 commit c2aa268Copy full SHA for c2aa268
1 file changed
README.md
@@ -39,9 +39,10 @@ A `development container` (or dev container for short) allows you to use a cont
39
- Verify the compose file used in the container used in `.devcontainer/devcontaoiner.json`, given your operative system:
40
```json
41
"dockerComposeFile": [
42
- "../compose_linux_host.yaml" # or can be also "../compose_macos_host.yaml" if you use MacOS
+ "../compose_linux_host.yaml"
43
],
44
```
45
+ - Can also be `../compose_macos_host.yaml` if you use MacOS
46
- Open folder with VScode using the dev containers plugin (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
47
- `control + shift + p`
48
- Write `Dev Containers: Reopen in Container` or `Dev Containers: Rebuild and Reopen in Container`
0 commit comments