We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e5d2 commit 5593e65Copy full SHA for 5593e65
cpp/.clangd
@@ -3,9 +3,6 @@ CompileFlags: # Tweak the parse settings
3
- -xc++
4
- -Wall
5
- -std=c++20
6
- # - -I/Users/bromberger1/.local/include
7
- # - -I/opt/homebrew/include
8
- # - -isysroot /Library/Developer/CommandLineTools/SDKs/MacOS.sdk
9
Remove:
10
- --driver-mode=*
11
- -resource-dir=*
cpp/.vscode/settings.json
@@ -10,7 +10,7 @@
"clangd.arguments": [
"-j=4",
12
"--background-index",
13
- "--compile-commands-dir=${workspaceFolder}",
+ "--compile-commands-dir=${workspaceFolder}/build",
14
"--clang-tidy",
15
"--completion-style=detailed",
16
"--header-insertion=iwyu",
0 commit comments