dev: Recommend against clangd vscode extension

It is of no use for our single header file, and it hasn't been set
up. Stop loading it, and stop it from complaining.

(cherry picked from commit 70b4adad231f3f6ba4d182aa64b9b00d0d4be280)
This commit is contained in:
Robert Hensing 2024-09-03 15:03:18 +02:00
parent 65c9d937cd
commit 6c0fb20a9a

View file

@ -2,5 +2,8 @@
"recommendations": [
"mkhl.direnv",
"rust-lang.rust-analyzer"
],
"unwantedRecommendations": [
"llvm-vs-code-extensions.vscode-clangd"
]
}