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

Commit d0f03ac

Browse files
authored
Update devcontainer.json
1 parent 125189f commit d0f03ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"../docker-compose.yml",
99
"docker-compose.yml"
1010
],
11+
12+
// "The extensions property works as-is"
13+
"extensions": []
1114

1215
// "The 'service' property is the name of the service for the container that VS Code should"
1316
// "use. Update this value and .devcontainer/docker-compose.yml to the real service name."
@@ -16,4 +19,9 @@
1619
// "The optional 'workspaceFolder' property is the path VS Code should open by default when"
1720
// "connected. This is typically a file mount in .devcontainer/docker-compose.yml"
1821
"workspaceFolder": "/workspace"
22+
23+
// "Other notes:"
24+
// "- The appPorts property is not supported in the Docker Compose case. Add the ports into"
25+
// " the docker-compose.yml in the .devcontainer folder instead."
26+
// "- The runArgs property is also not supported."
1927
}

0 commit comments

Comments
 (0)