Skip to content

Commit 3bfe4ea

Browse files
authored
Don't make the second attempt to connect for integration that are unsupported by cloud GLVSC-592 (#3382)
1 parent 4a485b8 commit 3bfe4ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/remoteProviders.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ export class ConnectRemoteProviderCommand extends Command {
110110
},
111111
},
112112
);
113+
connected = await integration.connect();
113114
}
114-
115-
connected = await integration.connect();
116115
}
117116

118117
if (

0 commit comments

Comments
 (0)