mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
meta: fix disabling of clangd auto header insertion (#17172)
This commit is contained in:
3
.clangd
3
.clangd
@@ -6,6 +6,3 @@ CompileFlags:
|
|||||||
|
|
||||||
Diagnostics:
|
Diagnostics:
|
||||||
UnusedIncludes: None
|
UnusedIncludes: None
|
||||||
|
|
||||||
HeaderInsertion:
|
|
||||||
IncludeBlocks: Preserve # Do not auto-include headers.
|
|
||||||
|
|||||||
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -63,6 +63,7 @@
|
|||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"editor.defaultFormatter": "xaver.clang-format",
|
"editor.defaultFormatter": "xaver.clang-format",
|
||||||
},
|
},
|
||||||
|
"clangd.arguments": ["--header-insertion=never"],
|
||||||
|
|
||||||
// JavaScript
|
// JavaScript
|
||||||
"prettier.enable": true,
|
"prettier.enable": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user