Closed GregSavin closed 2 months ago
Thanks for the contribution. In order to merge this PR you need to sign the ECA as described in the contribution guide. Please follow the instructions there. Thanks.
Thanks for the contribution. In order to merge this PR you need to sign the ECA as described in the contribution guide. Please follow the instructions there. Thanks.
The ECA check now passes
Thanks, yes I signed the ECA yesterday after first seeing the check not passing; glad that the check is now passing.
@bhufmann There is another similar case of a call to fileOpenHandler() without an "await", a bit down in the code in extension.ts: https://github.com/eclipse-cdt-cloud/vscode-trace-extension/pull/267/files#diff-4decf63ca1dab51f824c7ff2fd1ffb65bc509e91da293715b643854255f7d76aR170
That one seems used when using the "Open Trace" command. That one seems to work correctly, but I';m not sure why?
@GregSavin I'm not sure if you consume this extension from the VS Marketplace and/or openvsx, but FYI I think we will likely do a release soon that includes your fix. Probably after the following PR is merged:
Thanks all!
Wait for fileOpenHandler to finish, before refreshing the trace explorer context.