Browse Source

Updates new "features" section on Home view

main
Eric Amodio 2 years ago
parent
commit
148b423cc3
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/webviews/apps/home/partials/views.html

+ 3
- 2
src/webviews/apps/home/partials/views.html View File

@ -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>

Loading…
Cancel
Save