Skip to content

Commit

Permalink
Fixed build and source task working directories
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Jan 29, 2024
1 parent 6cb6ce8 commit 3adaeaf
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 @@ -6,6 +6,9 @@
"detail": "Build the workspace using catkin",
"type": "shell",
"command": "catkin_make",
"options": {
"cwd": "${workspaceFolder}/../.."
},
"group": {
"kind": "build",
"isDefault": true
Expand All @@ -17,6 +20,9 @@
"detail": "Source the ROS workspace",
"type": "shell",
"command": "source devel/setup.bash",
"options": {
"cwd": "${workspaceFolder}/../.."
},
"problemMatcher": []
},
{
Expand Down

0 comments on commit 3adaeaf

Please sign in to comment.