Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed clangd in ROS workspace. #103

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Conversation

shuhaowu
Copy link
Contributor

@shuhaowu shuhaowu commented Aug 4, 2024

Adding a .clangd file in the root of the repo causes it to be used even if cactus-rt is developed as a part of a ROS package, which causes clangd to not show the appropriate completion data. By moving it into a vscode config, we get around this problem for now.

Fixes #96

Adding a .clangd file in the root of the repo causes it to be used even
if cactus-rt is developed as a part of a ROS package, which causes
clangd to not show the appropriate completion data. By moving it into a
vscode config, we get around this problem for now.
@shuhaowu shuhaowu merged commit c6e4ef2 into master Aug 4, 2024
3 checks passed
@shuhaowu shuhaowu deleted the fixed-clangd-in-ros-workspace branch August 4, 2024 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local dev container environment and also fix clangd in ROS workspace
1 participant