diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-18 07:24:17 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-18 07:24:17 +0000 |
| commit | 6cbd857d605a7b340f6cbbc157377736c3e67196 (patch) | |
| tree | afb2f26605496e555d2c0314605e91de2e8fcd82 /.vscode | |
| parent | 3439e75d1571ff1ef0179a358e522050121ab1da (diff) | |
| download | teachos-6cbd857d605a7b340f6cbbc157377736c3e67196.tar.xz teachos-6cbd857d605a7b340f6cbbc157377736c3e67196.zip | |
ide: enable additional clangd flags
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 08f9457..321f765 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,11 @@ "clangd.arguments": [ "--compile-commands-dir=${workspaceFolder}/build", - "--query-driver=**/x86_64-pc-elf-g++" + "--query-driver=**/x86_64-pc-elf-g++", + "--completion-style=detailed", + "--background-index", + "--clang-tidy", + "--header-insertion=iwyu" ], "files.associations": { |
