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
{{ message }}
This repository was archived by the owner on Jan 17, 2021. It is now read-only.
This patch doesn't work as you'd expect as code-server always opens the last opened dir before it tries to open whatever was passed on the command line. coder/code-server#1132
as stated,
this line
https://github.com/cdr/sshcode/blob/master/sshcode.go#L147
should be
as code-server is no longer opening (atleast for me) in the users PWD when they call it
This edit tells code-server to open that path DIRECTLY from code-server
same concept as upstream vscode
I have already implemented this in my fork (not yet pushed as i am still fixing it up)
The text was updated successfully, but these errors were encountered: