microsoft/vscode-generator-code

The generator shouldn't add the activation event

TylerLeonhardt opened this issue · 3 comments

image

In newer extensions we have implicit activation. That makes this line not needed anymore so we shouldn't include it in the generator.

The generator doesn't generate this anymore

"activationEvents": [],
"main": "./out/extension.js",<% if (insiders) { %>

So how do you use it

I had an old version 👍