Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Feb 1, 2025
1 parent 4bf6d38 commit cf19921
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export class UriHandlerLoopbackClient implements ILoopbackClientAndOpener {
if (isSupportedClient(callbackUri)) {
void this._getCodeResponseFromUriHandler();
} else {
// Unsupported clients will be shown the code in the browser, but it will not redirect back since this
// isn't a supported client. Instead, they will copy that code in the browser and paste it in an input box
// that will be shown to them by the extension.
void this._getCodeResponseFromQuickPick();
}

Expand Down

0 comments on commit cf19921

Please sign in to comment.