devon2018/snippet

Snippets not accessible until I click on snippets tab

Closed this issue ยท 5 comments

This is a fantastic extension, getting a lot of good use out of it. I'm having a problem where none of my created snippets are accessible in the IDE until I click on the snippets tab then go back and try again, is anyone else having this issue?

Thanks again for this awesome tool!

Hi @kustomjulius

I have actually noticed this as well recently, I am planning an update over the few weeks and will look into creating a fix for this.

Hi @kustomjulius

I have actually noticed this as well recently, I am planning an update over the few weeks and will look into creating a fix for this.

Sounds good, thank you again for all your hard work :)

I solved it by adding the following code in the extension's package.json
"activationEvents": [ "onStartupFinished", ...]

@patrickfv thanks for sending that, i've not had a chance to look into this issue yet but will get your fix tested and a new version out :)

This has now been resolved in the next update using the suggestion above.