File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function getClientOptions(): ClientOptions {
46
46
type FailedToProxyCode = 'SSH.AuthenticationFailed' | 'TUNNEL.AuthenticateSSHKeyFailed' | 'NoRunningInstance' | 'FailedToGetAuthInfo' | 'GitpodHostMismatch' | 'NoAccessTokenFound' ;
47
47
48
48
// IgnoredFailedCodes contains the failreCode that don't need to send error report
49
- const IgnoredFailedCodes : ( FailedToProxyCode | string ) [ ] = [ 'NoRunningInstance' ] ;
49
+ const IgnoredFailedCodes : ( FailedToProxyCode | string ) [ ] = [ 'NoRunningInstance' , 'FailedToGetAuthInfo:UNAVAILABLE' , 'FailedToGetAuthInfo:CANCELLED"' ] ;
50
50
51
51
class FailedToProxyError extends Error {
52
52
constructor ( public readonly failureCode : FailedToProxyCode | string , originError ?: Error ) {
You can’t perform that action at this time.
0 commit comments