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 85cfb3b commit 72ba0e7Copy full SHA for 72ba0e7
src/remote.ts
@@ -654,7 +654,7 @@ export class Remote {
654
if (typeof headerCommand === "string" && headerCommand.trim().length > 0) {
655
headerArg = ` --header-command ${escapeSubcommand(headerCommand)}`
656
}
657
-
+
658
const sshValues: SSHValues = {
659
Host: label ? `${AuthorityPrefix}.${label}--*` : `${AuthorityPrefix}--*`,
660
ProxyCommand: `${escape(binaryPath)}${headerArg} vscodessh --network-info-dir ${escape(
0 commit comments