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 Mar 27, 2019
1 parent 5740ac2 commit e405704
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dockerComposeFile": ".devcontainer/docker-compose.yml",

"//": "The service property is the name of the service that extends your existing service \
in .devcontainer/docker-compose.yml. Update the real service name and file path there."
in .devcontainer/docker-compose.yml. Update the real service name and file path there.",
"service": "devcontainer",

"//": "The volume property is the path VS Code should open by default when connected to the service. \
This is typically a file mount in .devcontainer/docker-compose.yml"
This is typically a file mount in .devcontainer/docker-compose.yml",
"volume": "workspace"
}

0 comments on commit e405704

Please sign in to comment.