英文:
Show more source control related panels in vscode
问题
在Visual Studio Code的源代码控制面板中,我只看到两到三个信息窗格,但我看过一个教程,那个演示者可能有8个面板,包含更多信息。如何显示这些面板?
英文:
In the source control panel in vscode I only see two or three panes of info but I watched a tutorial and the presenter had maybe 8 panels with much more information. How do I show these panels?
答案1
得分: 1
你所描述的是一个名为Gitlens的扩展的一部分。它为在Visual Studio Code中使用Git提供了额外的功能(例如你提到的这些窗格,以及其他功能)。
Gitlens扩展是Git Extension Pack扩展的一部分,其中还包含一些其他扩展(包括Git History)。
从vscode的网站上可以找到更多信息:
英文:
What you described is apart of an extension called Gitlens. It adds additional functionality (i.e. these panes you mentioned, among other things) to Visual Studio Code for working with Git.
The GitLens extension is apart of the Git Extension Pack extension, which contains a few other extensions as well (including Git History).
From the vscode website:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论