Skip to content

Commit 3bbabd1

Browse files
committed
change path import structure
1 parent e201693 commit 3bbabd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ec2/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
import * as vscode from 'vscode'
6+
import * as path from 'path'
67
import { Session } from 'aws-sdk/clients/ssm'
78
import { IAM, SSM } from 'aws-sdk'
89
import { Ec2Selection } from './utils'
@@ -21,7 +22,6 @@ import { Timeout } from '../shared/utilities/timeoutUtils'
2122
import { showMessageWithCancel } from '../shared/utilities/messages'
2223
import { VscodeRemoteSshConfig, sshLogFileLocation } from '../shared/vscodeRemoteSshConfig'
2324
import { SshKeyPair } from './sshKeyPair'
24-
import path = require('path')
2525
import globals from '../shared/extensionGlobals'
2626

2727
export type Ec2ConnectErrorCode = 'EC2SSMStatus' | 'EC2SSMPermission' | 'EC2SSMConnect' | 'EC2SSMAgentStatus'

0 commit comments

Comments
 (0)