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

Add ability to copy notes #16

Closed Jack073 closed 4 years ago

Jack073 commented 4 years ago

This PR adds the button to the drop down menu to copy the text of a note, fixes #3.

Jack073 commented 4 years ago

I've resolved both of those in commit 3c20739 and also removed some other duplicates from package.json with the same duplicating condition. Not entirely sure why my linter didn't flag that whitespace but I've resolved it now either way.

thamara commented 4 years ago

Thank you a lot for your contribution!