eclipse-theia/theia

Cannot edit commit message with latest gitlens

tsmaeder opened this issue · 1 comments

Bug Description:

Steps to Reproduce:

  1. Install the latest version of gitlens (v2024.11.2504)
  2. Make a change in a git repo
  3. Stage the change, then invoke "Commit staged (signed off)"
  4. 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

This might be a spurious problem: it works again.