Not working with multiple repository in workspace #111
Unanswered
giuliogazzetto
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions