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
Use vscode-messenger RPC messaging library for the VS Code extension platform [1]. This will help providing a clean way to send messages within the vscode-trace-extension components, like the extension and webviews.
Note: Don't forget to account for BigInt variables within messages, that won't be able to be sent directly with this library.
Use vscode-messenger RPC messaging library for the VS Code extension platform [1]. This will help providing a clean way to send messages within the vscode-trace-extension components, like the extension and webviews.
Note: Don't forget to account for BigInt variables within messages, that won't be able to be sent directly with this library.
[1] https://github.com/TypeFox/vscode-messenger
The text was updated successfully, but these errors were encountered: