Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot edit commit message with latest gitlens #14520

Open
tsmaeder opened this issue Nov 25, 2024 · 1 comment
Open

Cannot edit commit message with latest gitlens #14520

tsmaeder opened this issue Nov 25, 2024 · 1 comment
Labels
vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

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
@tsmaeder tsmaeder added the vscode issues related to VSCode compatibility label Nov 25, 2024
@tsmaeder
Copy link
Contributor Author

This might be a spurious problem: it works again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant