Skip to content

Commit

Permalink
Update devcontainer-feature.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 authored Nov 6, 2024
1 parent c7c5aa8 commit 3f1e7c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/common-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
"target": "/devcontainers",
"type": "volume"
}
// ,
// {
// "source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh",
// "target": "/tmp/setup_history.sh",
// "type": "bind"
// }
,
{
"source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh",
"target": "/tmp/setup_history.sh",
"type": "bind"
}
]
}
}

0 comments on commit 3f1e7c9

Please sign in to comment.