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