-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Ctrl + Enter for commit doesn't give option to choose "Selected" files #472
Comments
At momment, you can use changelists, like example, a changelist "tocommit", on |
@JohnstonCode, we can use with: https://code.visualstudio.com/api/references/vscode-api#QuickPick%3CT%3E Default all files selected. For "Commit selected files" command, we can change to show same list, but only some files selected |
🎉 This issue has been resolved in version 2.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
When pressing Ctrl + Enter to commit, if you've specifically selected files, the pop-up dialog asks if you'd like to commit Changes or Changelist "Default", it does not either automatically choose selected files or even give the option.
The ideal solution IMO would be to add "Selected" to the pop-up dialog asking which files to commit.
The text was updated successfully, but these errors were encountered: