File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,10 @@ A `development container` (or dev container for short) allows you to use a cont
3939- Verify the compose file used in the container used in ` .devcontainer/devcontaoiner.json ` , given your operative system:
4040 ``` json
4141 "dockerComposeFile" : [
42- " ../compose_linux_host.yaml" # or can be also "../compose_macos_host.yaml" if you use MacOS
42+ " ../compose_linux_host.yaml"
4343 ],
4444 ```
45+ - Can also be ` ../compose_macos_host.yaml ` if you use MacOS
4546- Open folder with VScode using the dev containers plugin (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers )
4647 - ` control + shift + p `
4748 - Write ` Dev Containers: Reopen in Container ` or ` Dev Containers: Rebuild and Reopen in Container `
You can’t perform that action at this time.
0 commit comments