Microsoft/vscode

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

开放

#112,608 创建于 2020年12月15日

 (4 条评论) (1 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
feature-requestgithelp wanted

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南