Skip to content

Commit

Permalink
Add clangd configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Nov 6, 2023
1 parent 59d3712 commit 6ce6c8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ data/
.DS_Store

# Ignore .vscode/
.vscode/
.vscode/*
!.vscode/settings.json

# Ignore nocommit-* files and dirs
nocommit-*
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"C_Cpp.default.compilerPath": "/usr/bin/clang",
"clangd.fallbackFlags": [
"-I${workspaceFolder}/src/external",
"-I${workspaceFolder}/output/include",
]
}

0 comments on commit 6ce6c8f

Please sign in to comment.