mvextensions / mvbasic

MultiValue Basic extension for Visual Studio Code
MIT License
30 stars 16 forks source link

Remove * activation event #163

Open itsxallwater opened 2 years ago

itsxallwater commented 2 years ago

Per https://code.visualstudio.com/api/references/activation-events#Start-up, the '*' activation event (registered in the activationEvents array of package.json has a negative impact on performance of VS Code. Need to explore removing this and perhaps expanding the list of activation events we're already registering.