Cannot edit commit message with latest gitlens
tsmaeder opened this issue · 1 comments
tsmaeder commented
Bug Description:
Steps to Reproduce:
- Install the latest version of gitlens (v2024.11.2504)
- Make a change in a git repo
- Stage the change, then invoke "Commit staged (signed off)"
- Observe: you get an error dialog.
Additional Information
Error message:
> git -c user.useConfigOnly=true commit --quiet --signoff
Error: connect ENOENT \\.\pipe\vscode-git-b056d15922-sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1606:16) {
errno: -4058,
code: 'ENOENT',
syscall: 'connect',
address: '\\\\.\\pipe\\vscode-git-b056d15922-sock'
}
error: there was a problem with the editor '"C:\Users\thomas\AppData\Local\Programs\TheiaIDE\resources\app\plugins\vscode.git\extension\dist\git-editor.sh"'
Please supply the message using either -m or -F option.
- Operating System: Windows 11
- Theia Version: 1.55. master
tsmaeder commented
This might be a spurious problem: it works again.