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 4dd59ff commit 8aeb671Copy full SHA for 8aeb671
packages/core/src/awsService/ec2/activation.ts
@@ -5,11 +5,10 @@
5
import { ExtContext } from '../../shared/extensions'
6
import { Commands } from '../../shared/vscode/commands2'
7
import { telemetry } from '../../shared/telemetry/telemetry'
8
-import { Ec2InstanceNode } from './explorer/ec2InstanceNode'
+import { Ec2InstanceNode, refreshExplorerNode } from './explorer/ec2InstanceNode'
9
import { copyTextCommand } from '../../awsexplorer/commands/copyText'
10
import { Ec2Node } from './explorer/ec2ParentNode'
11
import { Ec2ConnectionManager } from './model'
12
-import { refreshExplorerNode } from './utils'
13
14
export type Ec2ConnectionManagerMap = Map<string, Ec2ConnectionManager>
15
0 commit comments