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 f9c01a5 commit 9e03a64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

// "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"
"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",
"shutdownAction": "stopCompose"

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

0 comments on commit 9e03a64

Please sign in to comment.