Merged
Conversation
654bbf5 to
8fc8b21
Compare
8fc8b21 to
c71ad95
Compare
64c12b0 to
346c810
Compare
eamodio
requested changes
Nov 3, 2022
Member
eamodio
left a comment
There was a problem hiding this comment.
Thanks! I like this change, but I am concerned about changing the existing behavior -- as users might want to use their git config. We should make this an opt-in boolean setting -- gitlens.terminal.overrideGitEditor. Please add it in the terminal section of the config.
346c810 to
8cb542c
Compare
Contributor
Author
|
@eamodio I have added
|
Member
|
That's a good point, let's make it on by default then, but users can still opt-out. |
Contributor
Author
I have kept it on by default. |
8cb542c to
d42e025
Compare
Member
gutwrinch
approved these changes
Feb 2, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Closes #2134.
When using git commands from terminal, one may prefer to use terminal editors to edit commit messages. But when using VS Code, it's better to use VS Code to edit the commit messages. This PR ensures the usage of VS Code as
core.editorwhenever a terminal command is used.Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses