vscode-coder icon indicating copy to clipboard operation
vscode-coder copied to clipboard

`Coder: View Logs` can show the wrong log file

Open code-asher opened this issue 1 year ago • 0 comments

We look for the SSH PID then store that, but if there is a reconnection we could get a new SSH process and now we are pointing to the wrong log file.

Also, if you are not currently connected the command gives you nothing. Maybe we should open the directory in that case and show a file picker ordered by recency? Or just always open the most recent one? That would also solve the above case.

code-asher avatar May 24 '24 19:05 code-asher