File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export async function activate(ctx: ExtContext): Promise<void> {
45
45
} ) ,
46
46
47
47
Commands . register ( 'aws.ec2.linkToLaunchInstance' , async ( node ?: Ec2Node ) => {
48
- console . log ( 'you just ran the linkToLaunch command!' )
49
48
await linkToLaunchInstance ( )
50
49
} )
51
50
)
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ export async function rebootInstance(node?: Ec2Node) {
49
49
}
50
50
51
51
export async function linkToLaunchInstance ( node ?: Ec2Node ) {
52
- // Ex. https://us-west-2.console.aws.amazon.com/ec2/home?region=us-west-2#LaunchInstances:
53
52
const region = node ? node . regionCode : globals . regionProvider . guessDefaultRegion ( )
54
53
const url = getAwsConsoleUrl ( 'ec2' , region )
55
54
await openUrl ( url )
You can’t perform that action at this time.
0 commit comments