Skip to content

Commit

Permalink
fix: devcontainer configuration (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 authored Nov 6, 2024
1 parent dd36a32 commit ff2b6cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"image": "aica-technology/template-component-package:development",
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ros2/.devcontainer,type=bind,consistency=cached",
"workspaceFolder": "/home/ros2/.devcontainer",
"mounts": [
"source=${localWorkspaceFolder}/source,target=/home/ros2/ws/src,type=bind,consistency=cached"
],
"postStartCommand": "rm -r /home/ros2/ws/template_component_package && ln -s ${localWorkspaceFolder}/source/template_component_package /home/ros2/ws/src/template_component_package",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit ff2b6cf

Please sign in to comment.