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 50f9a77 commit 5af92dcCopy full SHA for 5af92dc
packages/core/src/awsService/ec2/remoteSessionManager.ts
@@ -8,8 +8,6 @@ import { SsmClient } from '../../shared/clients/ssmClient'
8
import { Disposable } from 'vscode'
9
10
export class Ec2RemoteSessionManager extends Map<EC2.InstanceId, SSM.SessionId> implements Disposable {
11
- //private activeSessions: Map<EC2.InstanceId, SSM.SessionId>
12
-
13
public constructor(
14
readonly regionCode: string,
15
protected ssmClient: SsmClient
0 commit comments