File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ export class Remote {
638638 const proxyCommand = featureSet . wildcardSSH
639639 ? `${ escape ( binaryPath ) } ${ headerArg } --global-config ${ escape (
640640 path . dirname ( this . storage . getSessionTokenPath ( label ) ) ,
641- ) } ssh --stdio --network-info-dir ${ escape ( this . storage . getNetworkInfoPath ( ) ) } ${ await this . formatLogArg ( logDir ) } --ssh-host-prefix ${ hostPrefix } %h`
641+ ) } ssh --stdio --usage-app=vscode -- network-info-dir ${ escape ( this . storage . getNetworkInfoPath ( ) ) } ${ await this . formatLogArg ( logDir ) } --ssh-host-prefix ${ hostPrefix } %h`
642642 : `${ escape ( binaryPath ) } ${ headerArg } vscodessh --network-info-dir ${ escape (
643643 this . storage . getNetworkInfoPath ( ) ,
644644 ) } ${ await this . formatLogArg ( logDir ) } --session-token-file ${ escape ( this . storage . getSessionTokenPath ( label ) ) } --url-file ${ escape (
You can’t perform that action at this time.
0 commit comments