Mark Error On Non-File Nodes #14398
Unanswered
kapishsingla
asked this question in
Q&A
Replies: 1 comment
-
Hi @kapishsingla from looking at the code, I assume you speak of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have extended the
FileNavigatorWidget
to serve the purpose of showing the components of document as a non-file Node in Navigator. Now i want to mark the error on node if there is any diagnostic present respect to that node.One of the approach is to get Diagnostic of FileUri under which the non-file Node are created and iterate over the diagnostic and register the uri in
DecoratorService
. This approach seems to be slow.Can you help with an another optimized approach?
Beta Was this translation helpful? Give feedback.
All reactions