英文:
How can I toggle the Git Commit Input in the Source Control View in VS Code?
问题 {#heading}
在VS Code的源代码控制视图顶部,有一个输入框用于输入提交消息。如何切换此输入框的可见性?是否有一个设置可以做到这一点?如果有的话,该设置叫什么名字? 英文:
At the top of the Source Control View in VS Code, there's an input box for entering a commit message. How can I toggle the visibility of this input box? Is there a setting to do this? If so, what is that setting called?
答案1 {#1}
得分: 0
使用 git.showCommitInput
设置。
英文:
Use the git.showCommitInput
setting.