Skip to content

Commit

Permalink
Merge pull request #103 from cactusdynamics/fixed-clangd-in-ros-works…
Browse files Browse the repository at this point in the history
…pace

Fixed clangd in ROS workspace.
  • Loading branch information
shuhaowu authored Aug 4, 2024
2 parents 3463016 + ae2190f commit c6e4ef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .clangd

This file was deleted.

5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"editor.formatOnSave": true,
"[cpp]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
}
},
"clangd.arguments": [
"--compile-commands-dir=${workspaceFolder}/build/debug"
]
}

0 comments on commit c6e4ef2

Please sign in to comment.