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
Steps to reproduce under PDE using latest cdt-lsp sources from HEAD of main branch:
Create a trivial CMake Core Build hello world project
Build the project
In the Project Explorer view, expand the resource tree under the generated application binary file to view the symbols in one of the toolchain header files (external to the workspace)
Observe the "Computing symbols..." message in the tree:
Observe high CPU load and an endless stream of messages logged:
!ENTRY org.eclipse.cdt.lsp 4 0 2025-02-27 17:20:03.654
!MESSAGE Cannot fetch elements of translation unit file:/C:/msys64/ucrt64/include/c++/14.2.0/bits/alloc_traits.h
Other information:
$ C:/msys64/ucrt64/bin/clangd --version
clangd version 19.1.7
Features: windows
Platform: x86_64-w64-windows-gnu
The text was updated successfully, but these errors were encountered:
The method org.eclipse.cdt.lsp.internal.ui.navigator.SymbolsManager.getCompileUnitElements(Object) needs enhancing to support ExternalTranslationUnit objects. These objects have a location URI but no IFile.
Steps to reproduce under PDE using latest cdt-lsp sources from HEAD of main branch:
Other information:
The text was updated successfully, but these errors were encountered: