You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: