Skip to content

Commit

Permalink
Update devcontainer name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed May 5, 2024
1 parent 5d0f47f commit 66085e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "colcon-clean",
"name": "colcon-cache",
"image": "python:3",
"workspaceFolder": "/workspace/colcon-clean",
"workspaceFolder": "/workspace/colcon-cache",
"workspaceMount": "source=${localWorkspaceFolder},target=${containerWorkspaceFolder},type=bind",
"onCreateCommand": ".devcontainer/on-create-command.sh",
"postCreateCommand": ".devcontainer/post-create-command.sh",
Expand Down

0 comments on commit 66085e4

Please sign in to comment.