File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/src/awsService/ec2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import { telemetry } from '../../shared/telemetry/telemetry'
88import { Ec2InstanceNode , tryRefreshNode } from './explorer/ec2InstanceNode'
99import { copyTextCommand } from '../../awsexplorer/commands/copyText'
1010import { Ec2Node } from './explorer/ec2ParentNode'
11-
12- const connectionManagers = new Ec2ConnectionManagerMap ( )
1311import {
1412 openRemoteConnection ,
1513 openTerminal ,
@@ -20,6 +18,8 @@ import {
2018} from './commands'
2119import { Ec2ConnectionManagerMap } from './connectionManagerMap'
2220
21+ const connectionManagers = new Ec2ConnectionManagerMap ( )
22+
2323export async function activate ( ctx : ExtContext ) : Promise < void > {
2424 ctx . extensionContext . subscriptions . push (
2525 Commands . register ( 'aws.ec2.openTerminal' , async ( node ?: Ec2InstanceNode ) => {
You can’t perform that action at this time.
0 commit comments