Added recomended extentions

This commit is contained in:
Alex Davies 2024-09-13 14:05:06 -03:00
parent e59d948054
commit 3c4e35938f
3 changed files with 7 additions and 2 deletions

View File

@ -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",

5
src/.vscode/extentions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers"
]
}

View File

@ -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 {} \\;"
}