英文:
How can I toggle the Git Commit Input in the Source Control View in VS Code?
问题
在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
得分: 0
使用 git.showCommitInput
设置。
英文:
Use the git.showCommitInput
setting.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论