Parcourir la source

Updates new "features" section on Home view

main
Eric Amodio il y a 2 ans
Parent
révision
148b423cc3
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +3
    -2
      src/webviews/apps/home/partials/views.html

+ 3
- 2
src/webviews/apps/home/partials/views.html Voir le fichier

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

Chargement…
Annuler
Enregistrer