kahole / edamagit

Magit for VSCode
https://marketplace.visualstudio.com/items?itemName=kahole.magit
MIT License
1.13k stars 66 forks source link

it dosen't work in remote wsl #160

Open chana1024 opened 3 years ago

chana1024 commented 3 years ago

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

bilderbuchi commented 2 years ago

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).

jolisper commented 1 year ago

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.