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
Currently the children of a ITranslationUnit in the 'C/C++ Projects' view cannot be fetched form the language server. The CView has to be made extensible to use the LSP based children for a ITranslationUnit from the LS based content and label provider:
Current provider:
Using LS based provider:
The text was updated successfully, but these errors were encountered:
ghentschke
changed the title
Use TU LS symbols in 'C/C++ Projects' View
Provide Content and Label Provider for 'C/C++ Projects' View
Aug 21, 2023
Currently the children of a
![image](https://private-user-images.githubusercontent.com/123444711/261920284-abe497cb-49b0-461f-90db-393186c05c87.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODUwNjMsIm5iZiI6MTczOTY4NDc2MywicGF0aCI6Ii8xMjM0NDQ3MTEvMjYxOTIwMjg0LWFiZTQ5N2NiLTQ5YjAtNDYxZi05MGRiLTM5MzE4NmMwNWM4Ny5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNTQ2MDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jYjZmODc0ZGM4YTA2MWQ1YTMzOTMwNTNjMWI4YjRhMDhjNGE2YWVmOTI5MzFhNDk2YjQ4ZTk1YzJkODRmYTZhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-itcQ6m-10R5UdPlNMCrHaJgyvygGMjDNrEe1vOmZqs)
ITranslationUnit
in the 'C/C++ Projects' view cannot be fetched form the language server. The CView has to be made extensible to use the LSP based children for aITranslationUnit
from the LS based content and label provider:Current provider:
Using LS based provider:
![image](https://private-user-images.githubusercontent.com/123444711/261921199-d6ee27b8-0e03-451c-a8ae-704be0656a0a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODUwNjMsIm5iZiI6MTczOTY4NDc2MywicGF0aCI6Ii8xMjM0NDQ3MTEvMjYxOTIxMTk5LWQ2ZWUyN2I4LTBlMDMtNDUxYy1hOGFlLTcwNGJlMDY1NmEwYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNTQ2MDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYjRlNWQzOTdiYWI1NzQwMDk2ZWJmNDY4NTgyNjQwYmY0YWNiOTZlYzgyY2Y4NDMxZWZmMzY5M2I4MTViNmE2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.LJpkf4XkEYIbwsR7qgVQs5DANOJlQEbV5rRIkXchqb0)
The text was updated successfully, but these errors were encountered: