ekarbe / reddit-viewer

📰 VSCode extension to browse Reddit in code style
https://ekarbe.github.io/reddit-viewer/
MIT License
21 stars 4 forks source link

Reopening the extension causes to use old cache #34

Closed ekarbe closed 4 years ago

ekarbe commented 4 years ago

When you reopen the extension, the old cache is not getting reset. This causes to open old cache entries on commands.

ekarbe commented 4 years ago

Added some more cache resets in the handler to fix this.