-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels