Skip to content

Commit

Permalink
Disable clangd auto header insertion
Browse files Browse the repository at this point in the history
This inserts invalid includes for certain system headers.
  • Loading branch information
LagoLunatic committed Jan 18, 2025
1 parent 5400c43 commit 0d8abe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"clangd.arguments": [
"--function-arg-placeholders=0",
"-header-insertion=never",
// "--log=verbose",
],
}

0 comments on commit 0d8abe2

Please sign in to comment.