Update devcontainers

This commit is contained in:
Alex Davies 2024-09-13 12:52:03 -03:00
parent f93cbb5a28
commit e59d948054

View File

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