Added recomended extentions
This commit is contained in:
parent
e59d948054
commit
3c4e35938f
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"workspaceFolder": "/catkin_ws/src/myproject",
|
||||
"workspaceFolder": "/root/catkin_ws/src/myproject",
|
||||
"name": "ros1-catkit-devcontainer",
|
||||
"dockerComposeFile": "../docker-compose.yml",
|
||||
"service": "ros1-catkin-test",
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"ms-vscode-remote.remote-containers"
|
||||
]
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
"command": "find .copier/ -type f -exec copier update --skip-answered -a {} \\;"
|
||||
},
|
||||
{
|
||||
"label": "Re-apply template and edit answers ",
|
||||
"label": "Re-apply templates and edit answers ",
|
||||
"type": "shell",
|
||||
"command": "find .copier/ -type f -exec copier recopy -a {} \\;"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue