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
Improve tRPC Error Handling for WebView Communication
The current tRPC implementation in the webview and VS Code extension environment may not fully support error propagation from the extension to the webview. Errors thrown on the extension side are not consistently communicated to the webview, potentially leading to unclear or incomplete error messages for the user.
Goal:
Investigate and improve error handling in the tRPC communication pipeline to ensure that errors thrown on the extension side are properly serialized and relayed to the webview.
The text was updated successfully, but these errors were encountered:
Improve tRPC Error Handling for WebView Communication
The current tRPC implementation in the webview and VS Code extension environment may not fully support error propagation from the extension to the webview. Errors thrown on the extension side are not consistently communicated to the webview, potentially leading to unclear or incomplete error messages for the user.
Goal:
Investigate and improve error handling in the tRPC communication pipeline to ensure that errors thrown on the extension side are properly serialized and relayed to the webview.
The text was updated successfully, but these errors were encountered: