51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

如何在VS Code的源代码控制视图中切换Git提交输入?

英文:

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.


赞(3)
未经允许不得转载:工具盒子 » 如何在VS Code的源代码控制视图中切换Git提交输入?