Skip to content

Commit ea60df2

Browse files
committed
update comment
1 parent 4af0f3d commit ea60df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface AuthorityParts {
1414
export const AuthorityPrefix = "coder-vscode"
1515

1616
// `ms-vscode-remote.remote-ssh`: `-> socksPort <port> ->`
17-
// `codeium.windsurf-remote-openssh`: `=> <port>(socks) =>`
17+
// `codeium.windsurf-remote-openssh`, `jeanp413.open-remote-ssh`: `=> <port>(socks) =>`
1818
// Windows `ms-vscode-remote.remote-ssh`: `between local port <port>`
1919
export const RemoteSSHLogPortRegex = /(?:-> socksPort (\d+) ->|=> (\d+)\(socks\) =>|between local port (\d+))/
2020

0 commit comments

Comments
 (0)