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

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Apr 15, 2019
1 parent 6b3891a commit f9c01a5
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"docker-compose.yml"
],

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

// "The 'service' property is the name of the service for the container that VS Code should"
// "use. Update this value and .devcontainer/docker-compose.yml to the real service name."
"service": "your-service-name-here",
Expand All @@ -20,8 +17,14 @@
// "connected. This is typically a file mount in .devcontainer/docker-compose.yml"
"workspaceFolder": "/workspace"

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

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

// "Other notes:"
// "- The appPorts property is not supported in the Docker Compose case. Add the ports into"
// "- The 'appPorts' property is not supported in the Docker Compose case. Add the ports into"
// " the docker-compose.yml in the .devcontainer folder instead."
// "- The runArgs property is also not supported."
// "- The 'runArgs' property is also not supported."
}

0 comments on commit f9c01a5

Please sign in to comment.