Update devcontainers

This commit is contained in:
Alex Davies 2024-09-13 12:52:03 -03:00
parent f93cbb5a28
commit e59d948054
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,8 @@
{
"workspaceFolder": "/catkin_ws/src/myproject",
"name": "ros1-catkit-devcontainer",
"dockerFile": "../Dockerfile",
"dockerComposeFile": "../docker-compose.yml",
"service": "ros1-catkin-test",
"customizations": {
"vscode": {
"extensions": [
@ -12,6 +14,5 @@
}
},
"forwardPorts": [
],
//"postCreateCommand": "/bin/bash -c 'source /opt/ros/noetic/setup.bash && catkin_make install'"
]
}