You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(command): add error handling for Execute method
Add comprehensive error handling to the Execute method to prevent
silent failures and provide user feedback when the command fails.
Changes:
- Wrap telemetry initialization in try-catch to prevent blocking
- Show error dialog when DTE service is unavailable
- Show error dialog when Solution Explorer selection fails
- Inform users when no project is selected
- Inform users when selected item is not a project
- Catch unexpected exceptions and display with issue report link
- Properly dispose telemetry activity in finally block
Fixes#60
0 commit comments