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
This applies to commands and other VS Code API that return promises.
Note: We seem to have code within the extension where this happens today.
See #218 (comment)
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'SendExceptionInfo' of null
(node:6204) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
This applies to commands and other VS Code API that return promises.
Note: We seem to have code within the extension where this happens today.
See #218 (comment)
The text was updated successfully, but these errors were encountered: