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 125189f commit d0f03ac
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"../docker-compose.yml",
"docker-compose.yml"
],

// "The extensions property works as-is"
"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."
Expand All @@ -16,4 +19,9 @@
// "The optional 'workspaceFolder' property is the path VS Code should open by default when"
// "connected. This is typically a file mount in .devcontainer/docker-compose.yml"
"workspaceFolder": "/workspace"

// "Other notes:"
// "- 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."
}

0 comments on commit d0f03ac

Please sign in to comment.