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

PR #302 (fixing runCommitLikeCommand) opens unwanted file to be opened along with the commit message file #323

Open
taquangtrung opened this issue Dec 1, 2024 · 1 comment

Comments

@taquangtrung
Copy link

Hi,

I use VSCode on Windows and encountered recently that the PR #302 opens unwanted file along with the commit message file.

The root cause is due to the code at line 137, an unwanted file is opened due to the argument ${currentInstancePath}

    const cmd = `"${codePath}" --wait --reuse-window ${currentInstancePath} `;

For example, my workspace is: C:\Users\Trung\Workspace\TypeScript\edamagit\, and somehow passing the argument ${currentInstancePath} will open the file UsersTrungWorkspaceTypeScriptedamagit like below:

Screenshot 2024-12-01 085815

Please advise how to fix it?

@Ralith
Copy link

Ralith commented Dec 23, 2024

Also affecting me. Going to have to downgrade for now...

0.6.62 indeed does not have the issue.

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