Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 9e03a64

Browse files
authored
Update devcontainer.json
1 parent f9c01a5 commit 9e03a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/docker-existing-docker-compose/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
// "The optional 'workspaceFolder' property is the path VS Code should open by default when"
1717
// "connected. This is typically a file mount in .devcontainer/docker-compose.yml"
18-
"workspaceFolder": "/workspace"
18+
"workspaceFolder": "/workspace",
1919

2020
// "Add any extensions you want auto-installed here."
2121
"extensions": [],
2222

2323
// "Remove this line if you want to keep your containers running after VS Code shuts down."
24-
"shutdownAction": "stopCompose",
24+
"shutdownAction": "stopCompose"
2525

2626
// "Other notes:"
2727
// "- The 'appPorts' property is not supported in the Docker Compose case. Add the ports into"

0 commit comments

Comments
 (0)