ソースを参照

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>

読み込み中…
キャンセル
保存