Last active
July 24, 2025 20:13
-
-
Save James-E-A/a0b99a674d718dbbc2e4f97c0fad4f41 to your computer and use it in GitHub Desktop.
VS Code set git editor only when using VS Code
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
{ | |
// File > Preferences > Settings > User > Terminal > Integrated > Env | |
"terminal.integrated.env.windows": { | |
"GIT_EDITOR": "code -w" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment