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 note button appears on wrong places #33

Closed BarbaraAlmeida closed 3 years ago

BarbaraAlmeida commented 3 years ago

The remove note button appears on the Pending and Done lines, where there is already a remove all button. It also appear on the file line where there is no other buttons.

In both cases clicking on it doesn't do anything. annotation-remove

thamara commented 3 years ago

That's strange. Are you using the latest version of the extension?

BarbaraAlmeida commented 3 years ago

It was running from my repository which was up to date to main. But I also had an old version installed through vsix.

Removing the installed one solved the problem, looks like they were conflicting