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
Merge pull request #23 from coder/report-rest-client-errors
Report rest client errors, dispose coroutine scopes & disable last Next button
- Catch&report errors raised by the REST client
- the exceptions from the rest client were handled by
the coroutine scope which canceled everything in the
scope without any event logged to the user.
- the exceptions are now catched inside the coroutine scope
& logged.
- any error logged through the diagnostic logger is also displayed
in the Gateway UI through the internal errors message panel (red
balloon in the bottom right corner)
- Dispose the coroutine scope when is no longer needed
- disable next action button in the last step of the wizard when no IDE could be resolved
0 commit comments