Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
🧑‍💻 Add .clangd file
Browse files Browse the repository at this point in the history
Enable developers to use the clangd LSP with their text editor of
choice such as VSCode, NVIM, Zed and many others support clangd.

Users should run `conan build .` to generate the necessary files for
`clangd` to work.
  • Loading branch information
MaliaLabor authored and kammce committed Mar 20, 2024
1 parent 9a547cd commit fcc0e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CompileFlags:
CompilationDatabase: build/Release

0 comments on commit fcc0e01

Please sign in to comment.