Configurable colcon path and install type, basic C/C++ problem matcher #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Dmitriy,
I found this extension very useful and would like to contribute back few minor modifications which I personally required for my work.
My use case for 1. is:
I have a Bash script in my workspace that wraps colcon, giving me a chance to generate a
colcon.meta
config file prior to building and to set extra--cmake-args
to createcompile_commands.json
. Finally, I'm able to merge allcompile_commands.json
files into one usingjq
post-build to get C/C++ completion working ("IntelliSense").All the best,
Felix