microsoft / vscode-generator-code

Visual Studio Code extension generator
Other
1.31k stars 225 forks source link

The generator shouldn't add the activation event #422

Closed TylerLeonhardt closed 1 year ago

TylerLeonhardt commented 1 year ago
image

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

joyceerhl commented 1 year ago

The generator doesn't generate this anymore https://github.com/microsoft/vscode-generator-code/blob/4eb254a03759ce2c4c5d9e6b670ce39a5524a3f3/generators/app/templates/ext-command-ts/package.json#L12-L13

ViktorMachine commented 1 year ago

So how do you use it

TylerLeonhardt commented 1 year ago

I had an old version 👍