adamhartford / vscode-base64

Visual Studio Code extension to base64 encode/decode text selections
MIT License
20 stars 7 forks source link

Adds decode to list of subscriptions for disposal #4

Closed DesHorsley closed 6 years ago

DesHorsley commented 6 years ago

Hi Adam, I've been working on my first extension and have found your codebase a useful starting point thanks!

I think the change I've proposed could prevent memory leaks? It looks like each disposable function needs to be in the subscriptions array for when the component is deactivated.

adamhartford commented 6 years ago

Thank you! 👍