- Notifications
You must be signed in to change notification settings - Fork1k
Commitec6645b

Aaron Lehmann
chore: add parent PID to coder ssh log file name (#16080)
Part of bringing `coder ssh` to parity with `coder vscodessh` isassociating the log files with a particular parent process (in thiscase, the ssh process that spawned the coder CLI via `ProxyCommand`).`coder vscodessh` named log files using the parent PID, but coder ssh ismissing this. Add the parent PID to the log file name when used in stdiomode so that the VS Code extension will be able to identify the correctlog file.See also#16078.1 parent838ee3b commitec6645b
1 file changed
+19
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
145 | 142 |
| |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
146 | 154 |
| |
147 | 155 |
| |
148 | 156 |
| |
|
0 commit comments
Comments
(0)