File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
import * as vscode from 'vscode'
6
+ import * as path from 'path'
6
7
import { Session } from 'aws-sdk/clients/ssm'
7
8
import { IAM , SSM } from 'aws-sdk'
8
9
import { Ec2Selection } from './utils'
@@ -21,7 +22,6 @@ import { Timeout } from '../shared/utilities/timeoutUtils'
21
22
import { showMessageWithCancel } from '../shared/utilities/messages'
22
23
import { VscodeRemoteSshConfig , sshLogFileLocation } from '../shared/vscodeRemoteSshConfig'
23
24
import { SshKeyPair } from './sshKeyPair'
24
- import path = require( 'path' )
25
25
import globals from '../shared/extensionGlobals'
26
26
27
27
export type Ec2ConnectErrorCode = 'EC2SSMStatus' | 'EC2SSMPermission' | 'EC2SSMConnect' | 'EC2SSMAgentStatus'
You can’t perform that action at this time.
0 commit comments