Skip to content

Commit 011c1cf

Browse files
committed
chore: fix import of workspaceAction
1 parent ee925a0 commit 011c1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import prettyBytes from "pretty-bytes"
1919
import * as semver from "semver"
2020
import * as vscode from "vscode"
2121
import * as ws from "ws"
22-
import { WorkspaceAction } from "./WorkspaceAction"
2322
import { SSHConfig, SSHValues, defaultSSHConfigResponse, mergeSSHConfigValues } from "./sshConfig"
2423
import { computeSSHProperties, sshSupportsSetEnv } from "./sshSupport"
2524
import { Storage } from "./storage"
25+
import { WorkspaceAction } from "./workspaceAction"
2626

2727
export class Remote {
2828
// Prefix is a magic string that is prepended to SSH hosts to indicate that

0 commit comments

Comments
 (0)