Skip to content

Not working with multiple repository in workspace #112

@giuliogazzetto

Description

@giuliogazzetto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions