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 bfa291e commit 0860af0Copy full SHA for 0860af0
src/ec2/activation.ts
@@ -50,7 +50,7 @@ export async function activate(ctx: ExtContext): Promise<void> {
50
}),
51
52
Commands.register('aws.ec2.linkToLaunchInstance', async (node?: Ec2Node) => {
53
- await linkToLaunchInstance()
+ await linkToLaunchInstance(node)
54
})
55
)
56
}
0 commit comments