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 6adbb7d commit a8af781Copy full SHA for a8af781
src/ec2/model.ts
@@ -24,7 +24,7 @@ import { ErrorInformation } from '../shared/errors'
24
import { sshAgentSocketVariable, startSshAgent, startVscodeRemote } from '../shared/extensions/ssh'
25
import { createBoundProcess } from '../codecatalyst/model'
26
import { getLogger } from '../shared/logger/logger'
27
-import { Timeout, sleep } from '../shared/utilities/timeoutUtils'
+import { Timeout } from '../shared/utilities/timeoutUtils'
28
import { showMessageWithCancel } from '../shared/utilities/messages'
29
import { VscodeRemoteSshConfig, sshLogFileLocation } from '../shared/vscodeRemoteSshConfig'
30
import { SshKeyPair } from './sshKeyPair'
0 commit comments