Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoVisual Studio Code remote development server and 1Password ssh config
On macOS, I have 1Password 8 installed and 1Password 8 CLI v2.
I have git installed.
I have Docker desktop installed.
I'm using visual studio code with the remote development extension. http...
floris_1P
1Password Team
3 years agoThe VS Code Remote Development Extension for Docker Desktop should automatically forward the agent. But I'm guessing it only supports SSH_AUTH_SOCK
.
Could you try quitting VS Code and launching it again from your terminal with SSH_AUTH_SOCK
set?
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
code .
manski
9 days agoNew Contributor
I've created an issue for this: https://github.com/microsoft/vscode-remote-release/issues/10697
Let's see how this goes.