-
Notifications
You must be signed in to change notification settings - Fork 23
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
Invoking traces.openTraceFile to open a trace programmatically doesn't effectively refresh the list of open traces #265
Comments
This patch seems to at least work around the issue; not sure if it is a true fix though:
|
Thanks for reporting this and making a suggestion for a fix. This can be also reproduced without a separate vscode extension and command. Just have no traces on the server and open one from the file explorer with right mouse click and select Would you be able to provide a PR to fix it? Please let me know. |
Thanks, helpful info. I'll see about submitting a PR. |
Wait for fileOpenHandler to finish, before refreshing the trace explorer context. Signed-off-by: Greg Savin <gsavin@mips.com>
Steps to replicate issue:
The text was updated successfully, but these errors were encountered: