mirror of
https://github.com/HomeworldSDL/HomeworldSDL.git
synced 2025-12-01 12:00:02 +00:00
tooling: vscode: Fix clangd inserting #includes when auto-completing
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -8,5 +8,8 @@
|
||||
},
|
||||
"[nix]": {
|
||||
"editor.formatOnSaveMode": "file",
|
||||
}
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"-header-insertion=never"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user