-
Notifications
You must be signed in to change notification settings - Fork 893
Description
Before submitting
- I searched existing issues and did not find a duplicate.
- I included enough detail to reproduce or investigate the problem.
Area
apps/desktop
Steps to reproduce
I'm using 1Password ssh agent to manage my SSH keys. I have the SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.d9BBo3ZAPp/Listeners environment variable. The project I have in T3 Code uses Github with ssh authentication.
Expected behavior
The app doesn't try to use the SSH keys, unless the user/agent explicitly pushes/pulls to git.
Actual behavior
When I open T3 Code and do nothing, the app tries to access my SSH keys, which opens up the following Touch ID prompt. Even if I cancel it, T3 will still ask it again and again every few seconds, which is driving me crazy.
Is there a way to prevent T3 from trying to access my SSH keys? They should only be used if I explicitly try to push/pull to github.
Impact
Major degradation or frequent failure
Version or commit
0.0.11 (876bbd7)
Environment
macOS 15.7.4
Logs or stack traces
Screenshots, recordings, or supporting files
No response
Workaround
Quit 1Password when using T3 Code.