Community
Participate
Working Groups
Build Identifier: At the moment when you right click on anything in TS explorer, the annotation context menu is displayed. These context menu actions should only be displayed on items that you can add an annotation to. As an example, try right clicking on a Java project in TS explorer. Notice that annotation context menu actions are displayed. Reproducible: Always
Created attachment 185290 [details] 331952 patch Patch attached.
Patch from Anton applied.
I'm still seeing this issue. Launched in a new workspace > Right click in problems view (without selecting anything) > Notice annotation contribution is there.
Created attachment 185642 [details] 331952 empty selection patch Empty selection case was missed. Patch attached.
Applied patch with empty selection handling.
Looks good. Thanks!