Skip to content
New issue

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

Improve Webview Error Reporting with a local fallback and "Report a Problem" support #2521

Open
tnaum-ms opened this issue Dec 11, 2024 · 0 comments
Milestone

Comments

@tnaum-ms
Copy link
Collaborator

This is a follow-up to PR #2520

The current implementation provides a function that a webview can call to display error messages via tRPC support. However, there are two areas for improvement:

  1. Local Fallback Mechanism:

    • In cases where the tRPC call fails, error messages are not displayed using the VS Code API as intended.
    • Add a fallback mechanism within the webview to locally display error messages if the tRPC call fails.
  2. "Report a Problem" Integration:

    • Add support for the "report a problem" functionality available in the API.
    • This will allow users to easily report issues directly from the webview when an error occurs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant