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 f418931 commit 3481ba1Copy full SHA for 3481ba1
src/remote.ts
@@ -451,6 +451,9 @@ export class Remote {
451
StrictHostKeyChecking: "no",
452
UserKnownHostsFile: "/dev/null",
453
LogLevel: "ERROR",
454
+ // This allows for tracking the number of extension
455
+ // users connected to workspaces!
456
+ SetEnv: "CODER_SSH_SESSION_TYPE=vscode",
457
}
458
459
await sshConfig.update(sshValues)
0 commit comments