Articles tagged with Windows

  1. Using ssh-agent with Visual Studio Code in WSL

    I recently started to use WSL for local development instead of a Linux virtual machine. Visual Studio Code has an extension to connect to running WSL instance so you can code in WSL while running VS Code in Windows.

    If you use Git via SSH (or you use SSH a lot), you might find handy using ssh-agent. Unlike on the full Linux desktop, I could not find a simple way …