thamara / vscode-code-annotation

Code Annotation Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=tkcandrade.code-annotation
GNU General Public License v3.0
67 stars 27 forks source link

Remove button does not make sense for pending/done items #30

Closed thamara closed 3 years ago

thamara commented 3 years ago

Pending and Done items on the view have the "Remove Note" button, which doesn't make sense for those as they are aggregators of items and already have the "Remove All Notes".

The second button on the first line is the one to be removed: image

kud04rk commented 3 years ago

@thamara I have fixed the remove note button. please check and merge #32.