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 65d79dc commit fb43f3dCopy full SHA for fb43f3d
src/ec2/commands.ts
@@ -21,7 +21,7 @@ export async function openTerminal(node?: Ec2Node) {
21
export async function openRemoteConnection(node?: Ec2Node) {
22
const selection = await getSelection(node)
23
const connectionManager = new Ec2ConnectionManager(selection.region)
24
- await connectionManager.attemptToOpenRemoteConnection(selection)
+ await connectionManager.tryOpenRemoteConnection(selection)
25
}
26
27
export async function startInstance(node?: Ec2Node) {
0 commit comments