You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable a bunch of stuff in clangd as it's buggy in C++20 or noisy
Disable strict unused includes due to C++20 concepts bug
Disable all errors, it gets a lot wrong in C++20
Disable clangd parameter name hints. They show up on UDLs as well
which is super confusing, and we use UDLs a lot
Disable more of clangd that is excessive noise
0 commit comments