Microsoft/vscode
在 GitHub 查看Git - Docs for commiting via multi-line git are unclear on how to finish the commit
Open
#199,097 创建于 2023年11月25日
feature-requestgithelp wantedux
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
- Open the git view in vscode (ctrl-shift-G) (assuming you are working within a Git repo)
- Click on the commit button to reveal the multiline commit message editor.
- Fill in your multi-line message for the commit.
- Save the editor (nothing seems to happen except the usual save action)
- There is no UI clue that tells you that you can/must close the editor to submit the commit message to finish the commit. The docs don't seem to call this out either. Took me a long time before I realized I could finish the commit this way.