Closed byCedric closed 2 years ago
Its mentioned when packaging the extension:
WARNING Using '*' activation is usually a bad idea as it impacts performance. More info: https://code.visualstudio.com/api/references/activation-events#Start-up
Let's switch to after it's fully started.
We might want to look into more complex startup events, like only start when a package.json file exists and has expo as dependency.
Linked issue
Its mentioned when packaging the extension:
Let's switch to after it's fully started.
Additional context
We might want to look into more complex startup events, like only start when a package.json file exists and has expo as dependency.