*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 5bae9d33 authored by Taferner, Moritz's avatar Taferner, Moritz
Browse files

fix auto complete

parent 19c818cf
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"label": "colcon", "label": "colcon",
"detail": "builds a workspace using colcon", "detail": "builds a workspace using colcon",
"type": "shell", "type": "shell",
"command": "cd ..; source env.sh; cd -; colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug", "command": "cd ..; source env.sh; cd -; colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
"options": { "options": {
"cwd": "${workspaceFolder}/${input:workspace}/" "cwd": "${workspaceFolder}/${input:workspace}/"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment