Peter Swords

Results 5 comments of Peter Swords

I am also seeing the same issue. Running wsl2-based git in Amazon Linux 2, and running VS Code with remote-wsl. Gitlens is the only other extension I have installed. Git...

Interesting. I switched from developing directly in WSL2 to developing in a container and the problem went away. But in between I had done a `git config credential.helper store`. (I'm...

I also had this problem with GitLens on Windows + WSL2 (I running my workspace in a Docker container, but I don't think that makes any difference). I went for...

> I'm not sure if you know, but on Windows you can at least "pin" container-projects. This way they are immediately openable from the icon on the taskbar and the...

> Does anyone know how to to tell code to open specific folder using wsl **from the command line**? That is essential for testing purposes. @ssbarnea, you can just cd...