File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Remove agent singleton so that client TLS certificates are reloaded on every API request.
8
8
- Use Axios client to receive event stream so TLS settings are properly applied.
9
+ - Set ` usage-app=vscode ` on ` coder ssh ` to fix deployment session counting.
9
10
10
11
## [ v1.4.1] ( https://github.com/coder/vscode-coder/releases/tag/v1.4.1 ) (2025-02-19)
11
12
Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ export class Remote {
627
627
const proxyCommand = featureSet . wildcardSSH
628
628
? `${ escape ( binaryPath ) } ${ headerArg } --global-config ${ escape (
629
629
path . dirname ( this . storage . getSessionTokenPath ( label ) ) ,
630
- ) } ssh --stdio --network-info-dir ${ escape ( this . storage . getNetworkInfoPath ( ) ) } ${ await this . formatLogArg ( logDir ) } --ssh-host-prefix ${ hostPrefix } %h`
630
+ ) } ssh --stdio --usage-app=vscode -- network-info-dir ${ escape ( this . storage . getNetworkInfoPath ( ) ) } ${ await this . formatLogArg ( logDir ) } --ssh-host-prefix ${ hostPrefix } %h`
631
631
: `${ escape ( binaryPath ) } ${ headerArg } vscodessh --network-info-dir ${ escape (
632
632
this . storage . getNetworkInfoPath ( ) ,
633
633
) } ${ 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