Microsoft/vscode

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

オープン

#112,608 opened on 2020/12/15

 (4 件のコメント) (1 件のリアクション) (1 人の担当者)TypeScript (39,847 件のフォーク)batch import
feature-requestgithelp wanted

Repository metrics

Stars
 (184,936 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド