Microsoft/vscode

Git - Allow configuring git to use current VS Code version for editing commits

Open

#112 608 ouverte le 15 déc. 2020

Voir sur GitHub
 (4 commentaires) (1 réaction) (1 assigné)TypeScript (10 221 forks)batch import
feature-requestgithelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

Description

Issue Type: Feature Request

Problem

We can configure VS Code as the default git editor, but this currently hardcodes the code program name.

This means that if you are using the insiders version of VS Code and run a git command in the intergrated terminal, we end up launching the stable version of VS Code to edit the commit message

Feature Request

Make it possible to configure git to use the currently running version of VS Code as the default editor, falling back to stable or insiders if the git command was not run from VS Code

Guide contributeur