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
I didn't see an option for the VSCode Coder extension to forward gpg-agent to the workspace. I currently run coder ssh -G REMOTE in a background screen to forward my gpg-agent. It would be be great to have the gpg-agent forwarded by the extension so all the setup and errors occur in one place.
The text was updated successfully, but these errors were encountered:
We could probably accomplish this by launching a second SSH connection in the coder vscodessh subcommand for the sole purpose of forwarding. Seems like the main SSH connection is passed as a raw stream to vscode so we can't insert our own forwarders into it probably
I didn't see an option for the VSCode Coder extension to forward gpg-agent to the workspace. I currently run
coder ssh -G REMOTE
in a backgroundscreen
to forward my gpg-agent. It would be be great to have the gpg-agent forwarded by the extension so all the setup and errors occur in one place.The text was updated successfully, but these errors were encountered: