Why VS Code Keeps Asking for Your SSH Passphrase (and How to Fix It)
Summary A developer reported an issue where VSCode’s Source Control GUI repeatedly prompts for an SSH key passphrase during git pull or git push operations. While the integrated terminal correctly utilizes the SSH agent (requiring the passphrase only once per session), the VSCode UI bypasses the existing agent state, causing a degraded developer experience and … Read more