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 {
638
638
const proxyCommand = featureSet . wildcardSSH
639
639
? `${ escape ( binaryPath ) } ${ headerArg } --global-config ${ escape (
640
640
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`
642
642
: `${ escape ( binaryPath ) } ${ headerArg } vscodessh --network-info-dir ${ escape (
643
643
this . storage . getNetworkInfoPath ( ) ,
644
644
) } ${ 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