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
Notes for working on this: this is specifically running getMetadataForProject directly in the activate function. I believe we are not waiting on any PDPFs to get registered when we do this, so it's likely a race condition between this call and the activation of the appropriate PDPF. Possibly the same fix will also fix #919
Describe the bug
In my test extension I tried to use
getMetadataForProject
method in the main.ts . It threw an error and extension was not activated.To Reproduce
Behavior is not consistent, TJ think it could be a race condition
Expected behavior
Should be able to use the method without any errors
main_extensionHostError.log
The text was updated successfully, but these errors were encountered: