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
In eclipse-cdt/cdt#1084 a fix was introduced to stop using "default" as the build folder, which was basically used when CDT couldn't figure out what the user actually asked for.
This change works fine, but it exposed that ClangdConfigurationFileManager is not updating .clangds CompilationDatabase path when the Core Build (CMake) active config changes. AFAICT This is because the ClangdCProjectDescriptionListener is not listening to sufficient events to see the change.