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

Commit action first opens an editor on a non-existent file #318

Open
dc6c opened this issue Nov 22, 2024 · 1 comment
Open

Commit action first opens an editor on a non-existent file #318

dc6c opened this issue Nov 22, 2024 · 1 comment

Comments

@dc6c
Copy link

dc6c commented Nov 22, 2024

A recent VSCode update also updated edamagit to v0.6.64, and now commit first opens a blank editor on a non-existent file apparently named from a concatenation of path segments (e.g., if my workspace is D:\src\foo, then the file opened is named "srcfoo"). After I close the file, edamagit opens the familiar COMMIT_EDITMSG editor to enter my commit message.

I don't see anything odd in process.magit, just the "[0] git commit".

@bkaestner
Copy link

bkaestner commented Nov 28, 2024

Can confirm, a downgrade to v0.6.62 removes the issue. This bug was introduced by 06eaf1d, as far as I can see. Given that the commit author was on Mac, this might be a Windows-specific issue.

VSCode version:

Version: 1.95.3 (user setup)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Datum: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
Betriebssystem: Windows_NT x64 10.0.19045

Affected edamagit version: v0.6.64.

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

No branches or pull requests

2 participants