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
My Environment:
OS: Windows 10
LLVM Version: 19.1.0 (include clangd、clang-tidy、clang++, etc.)
CMake Version: 3.30.3
IDE: VSCode
Problem Description:
I have found after multiple attempts that when I configure the .clang-tidy file in the root directory of my project, the Clang Language Server frequently crashes to the point of being completely unusable. However, when I delete the .clang-tidy file, everything returns to normal.