We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dc1f1 commit 6259da3Copy full SHA for 6259da3
src/ec2/model.ts
@@ -168,7 +168,7 @@ export class Ec2ConnectionManager {
168
}
169
170
171
- public async attemptToOpenRemoteConnection(selection: Ec2Selection): Promise<void> {
+ public async tryOpenRemoteConnection(selection: Ec2Selection): Promise<void> {
172
await this.checkForStartSessionError(selection)
173
174
const remoteUser = await this.getRemoteUser(selection.instanceId)
0 commit comments