浏览代码

Updates new "features" section on Home view

main
Eric Amodio 2 年前
父节点
当前提交
148b423cc3
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      src/webviews/apps/home/partials/views.html

+ 3
- 2
src/webviews/apps/home/partials/views.html 查看文件

@ -1,7 +1,7 @@
<template id="views">
<h3>Where are the GitLens features?</h3>
<h3>Where can I find GitLens features?</h3>
<p>
GitLens is integrated into many aspects of VS Code, from directly within the editor area to many feature views
GitLens is integrated into many aspects of VS Code, from directly within the file editor to many feature views
in the side bar. These feature views,
<a href="command:gitlens.showCommitsView" title="Open Commits view">Commits</a>,
<a href="command:gitlens.showFileHistoryView" title="Open File History view">File History</a>,
@ -10,4 +10,5 @@
default.
</p>
<vscode-button data-action="command:gitlens.home.showSCM">Open Source Control side bar</vscode-button>
<p>Learn more in the <a href="command:gitlens.getStarted">Get started walkthrough</a>.</p>
</template>

正在加载...
取消
保存