edamagit icon indicating copy to clipboard operation
edamagit copied to clipboard

it dosen't work in remote wsl

Open chana1024 opened this issue 3 years ago • 2 comments

it work well in windows,but not work when i code with vscode remote wsl

chana1024 avatar Jul 05 '21 02:07 chana1024

Does this still apply? And what does "not work" mean for you? I am currently using the extension in a Dev container via Docker on Windows, and it does work, it's only that it is several times slower than when I'm not using the container (so a status update can take a loong time to appear even on a small repo with few changes).

bilderbuchi avatar Sep 29 '22 11:09 bilderbuchi

When I try to commit changes in a WSL repo, the git command shows the following error:

[1] git commit Unable to connect to VS Code server: Error in request. Error: connect ENOENT /home/cpfische/projects/vscode-ipc-4361ecfe-d137-4ea4-a480-92edcba0318f.sock at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) { errno: -2, code: 'ENOENT', syscall: 'connect', address: '/home/cpfische/projects/vscode-ipc-4361ecfe-d137-4ea4-a480-92edcba0318f.sock' } error: There was a problem with the editor '"code" --wait'. Please supply the message using either -m or -F option.

jolisper avatar Jun 19 '23 14:06 jolisper