Skip to content

Commit 5571a15

Browse files
committed
add template command registered
1 parent 5137739 commit 5571a15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ec2/activation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ export async function activate(ctx: ExtContext): Promise<void> {
4141
Commands.register('aws.ec2.rebootInstance', async (node?: Ec2Node) => {
4242
await rebootInstance(node)
4343
await refreshExplorer(node)
44+
}),
45+
46+
Commands.register('aws.ec2.linkToLaunchInstance', async () => {
47+
console.log('you just ran the linkToLaunch command!')
4448
})
4549
)
4650
}

0 commit comments

Comments
 (0)