Skip to content

Commit

Permalink
vscode: avoid inserting header
Browse files Browse the repository at this point in the history
It doesn't seem to work correctly, it inserts headers that were
indirectly included, using double quotes and not <>: sounds better to
disable this feature.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Jul 12, 2024
1 parent fce216e commit ccdd6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode/settings-extra.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"clangd.arguments": [
"-compile-commands-dir=${workspaceFolder}/.virtme/build-clang"
"-compile-commands-dir=${workspaceFolder}/.virtme/build-clang",
"-header-insertion=never"
],
"files.watcherExclude": {
"**/.git/objects/**": true,
Expand Down

0 comments on commit ccdd6d9

Please sign in to comment.