This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
containers/docker-existing-docker-compose/.devcontainer Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 9
9
" docker-compose.yml"
10
10
],
11
11
12
- // "Add any extensions you want auto-installed here."
13
- "extensions" : [],
14
-
15
12
// "The 'service' property is the name of the service for the container that VS Code should"
16
13
// "use. Update this value and .devcontainer/docker-compose.yml to the real service name."
17
14
"service" : " your-service-name-here" ,
20
17
// "connected. This is typically a file mount in .devcontainer/docker-compose.yml"
21
18
"workspaceFolder" : " /workspace"
22
19
20
+ // "Add any extensions you want auto-installed here."
21
+ " extensions" : [],
22
+
23
+ // "Remove this line if you want to keep your containers running after VS Code shuts down."
24
+ "shutdownAction" : " stopCompose" ,
25
+
23
26
// "Other notes:"
24
- // "- The appPorts property is not supported in the Docker Compose case. Add the ports into"
27
+ // "- The ' appPorts' property is not supported in the Docker Compose case. Add the ports into"
25
28
// " the docker-compose.yml in the .devcontainer folder instead."
26
- // "- The runArgs property is also not supported."
29
+ // "- The ' runArgs' property is also not supported."
27
30
}
You can’t perform that action at this time.
0 commit comments