dbos-inc / ttdbg-extension

DBOS Time Travel Debugger extension for VS Code
https://docs.dbos.dev
MIT License
5 stars 1 forks source link

Raise visible error if dbos-cloud login fails #10

Closed qianl15 closed 6 months ago

qianl15 commented 6 months ago

How to reproduce: have an expired login session or don't log in at all, then try to login DBOS cloud with an unregistered gmail account. The extension doesn't show any error, but if we set the log level to debug it shows Failed to login: user not found in DBOS Cloud.

We should raise a visible error if our dbos-cloud or dbos-sdk commands fail.

image