You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of bringing coder ssh to parity with coder vscodessh is associating
the log files with a particular parent process (in this case, the ssh
process that spawned the coder CLI via ProxyCommand). coder vscodessh
named log files using the parent PID, but coder ssh is missing this. Add
the parent PID to the log file name when used in stdio mode so that
the VS Code extension will be able to identify the correct log file.
0 commit comments