Closed mdurling closed 3 years ago
Hi @drtyh2o, How are u? I think that this problem occurs because the activate method is not implemented yet, I'll take a look when I have some time.
I think that this problem occurs because the activate method is not implemented yet, I'll take a look when I have some time.
I took a peek at the code and there is an activate
method (I think one is required). I modified the activationEvents
in the package.json
of my local installation as above and the extension activates during startup and automatic header insertion works. Thanks for looking into this. Cool extension!
Please make sure to use this template to report issue. Any issue report that does not follow this template will be ignored.
Runtime environment
Behaviors
When launching VS Code, auto header insertion does not work until a
licenser
command is issued manually to activate the extenstion.Expected behavior
Extension should be active and insert headers automatically following startup.
Actual behavior
A
licenser
command must be executed manually before auto insertion is enabled.Steps to reproduce the issue
VS Code supports an
onStartupFinished
activation event which could perhaps be used: