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

Not working with multiple repository in workspace #112

Open
giuliogazzetto opened this issue Oct 8, 2024 · 0 comments
Open

Not working with multiple repository in workspace #112

giuliogazzetto opened this issue Oct 8, 2024 · 0 comments

Comments

@giuliogazzetto
Copy link

My problem is that i have multiple project in different folder inside my workspace, in source control panel i can see the correctly, and with the corresponding auto commit message button everything works fine, but i also have configured a keyboard shortcut to run multiple command at the same time.
This is my keybindings.json:
{ "key": "shift+alt+cmd+p", "command": "runCommands", "args": { "commands": [ "git.pull", "commitMsg.autofill", "git.commitAll", "git.push" ] } },

When i run this command auto commit message only work for one repository, and not the one i was working on, infact i get this error message:
Unable to generate message as no changes files can be seen. Try saving your files or stage any new (untracked) files.

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

1 participant