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 5137739 commit 5571a15Copy full SHA for 5571a15
src/ec2/activation.ts
@@ -41,6 +41,10 @@ export async function activate(ctx: ExtContext): Promise<void> {
41
Commands.register('aws.ec2.rebootInstance', async (node?: Ec2Node) => {
42
await rebootInstance(node)
43
await refreshExplorer(node)
44
+ }),
45
+
46
+ Commands.register('aws.ec2.linkToLaunchInstance', async () => {
47
+ console.log('you just ran the linkToLaunch command!')
48
})
49
)
50
}
0 commit comments