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.
Per https://code.visualstudio.com/api/references/activation-events#Start-up, the '*' activation event (registered in the
activationEvents
array ofpackage.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.