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 has been archived by the owner on Jan 17, 2021. It is now read-only.
I successfully installed sshcode and it is running perfectly, except the remote directory argument is not working as expected. For example if I run the following it always starts the sshcode from remote server home directory (~/), i.e. sshcode ignores the second remote directory argument. sshcode user@domain "~/projects/sourcegraph"
Did I need to configure anything after installing sshcode?
The text was updated successfully, but these errors were encountered:
this is kinda a problem with code-server
it prioritizes the most recently opened folder rather than the command line argument, which needs to be fixed. but they only fixed it in the 3.0 builds, which arnt supported on sshcode
THe only way i found was to go through the code-server data directory for sshcode, and edit it so the last dir open is the one you want, chown it to another user, but allow the current user to read the file
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I successfully installed sshcode and it is running perfectly, except the remote directory argument is not working as expected. For example if I run the following it always starts the sshcode from remote server home directory (~/), i.e. sshcode ignores the second remote directory argument.
sshcode user@domain "~/projects/sourcegraph"
Did I need to configure anything after installing sshcode?
The text was updated successfully, but these errors were encountered: