kahole / edamagit

Magit for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kahole.magit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it dosen't work in remote wsl

chana1024 opened this issue · comments

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

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

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.