expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
433 stars 11 forks source link

fix!: activate extension after vscode is ready #76

Closed byCedric closed 2 years ago

byCedric commented 2 years ago

Linked issue

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.

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.