Update devcontainers
This commit is contained in:
parent
f93cbb5a28
commit
e59d948054
|
@ -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'"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue