microsoft / vscode-docker-extensibility

Docker for Visual Studio Code: Extensibility Model
MIT License
10 stars 4 forks source link

Added `UnauthorizedError` for Better Reconnect Experience #184

Closed alexyaang closed 1 year ago

alexyaang commented 1 year ago

Added UnauthorizedError and its supporting functions. In vscode-docker, we can determine if an error is UnauthorizedError, if so, we can show the reconnect command.

Related to https://github.com/microsoft/vscode-docker/pull/4045

alexyaang commented 1 year ago

image