We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle errors in extension activation Notify user with error message and information to diagnose this.
The text was updated successfully, but these errors were encountered:
#3535 turned out to be a similar issue where ENOENT was being thrown.
ENOENT
Sorry, something went wrong.
That's a different issue, as the extension did activate (i.e. it didn't crash). This issue is to track cases where extension falls over completely.
Add telemetry to capture failure to load the extension.
gh-3740: Handle activation errors. (#3951)
27f485b
(for #3740) Handle errors during extension activation.
ericsnowcurrently
No branches or pull requests
Handle errors in extension activation
Notify user with error message and information to diagnose this.
The text was updated successfully, but these errors were encountered: