We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73970b commit 24c5f91Copy full SHA for 24c5f91
.vscode/settings.json
@@ -70,5 +70,6 @@
70
".vscode",
71
".vscode-insiders",
72
".devcontainer/devcontainer.json"
73
- ]
+ ],
74
+ "ament-task-provider.envSetup": "source /opt/ros/humble/setup.bash",
75
}
.vscode/tasks.json
@@ -54,6 +54,13 @@
54
"command": "sudo rm -fr build install log; sudo py3clean .",
55
"problemMatcher": []
56
},
57
+ {
58
+ "label": "source",
59
+ "detail": "Source workspace",
60
+ "type": "shell",
61
+ "command": "source /opt/ros/humble/setup.bash",
62
+ "problemMatcher": []
63
+ },
64
// Linting and static code analysis tasks
65
{
66
"label": "fix",
0 commit comments