Skip to content

Commit

Permalink
task to update package index
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause committed Jan 16, 2023
1 parent 743bf4c commit d194674
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"type": "shell",
"command": "colcon build --symlink-install --packages-select ${input:package}",
"problemMatcher": []
},
{
"label": "update package index",
"type": "shell",
"command": "apt-get update && rosdep update",
"problemMatcher": []
}
],
"inputs": [
Expand Down

0 comments on commit d194674

Please sign in to comment.