Eric Amodio před 6 roky
rodič
revize
e8d2ea63f5
2 změnil soubory, kde provedl 15 přidání a 11 odebrání
  1. +5
    -5
      src/ui/scss/main.scss
  2. +10
    -6
      src/ui/settings/index.html

+ 5
- 5
src/ui/scss/main.scss Zobrazit soubor

@ -532,12 +532,12 @@ ul {
.settings-group__hint {
color: var(--color--75);
font-weight: 200;
}
span {
display: inline-block;
margin-left: 34px;
margin-top: 0.5em;
}
.settings-group__hint--more {
display: block;
margin-left: 34px;
margin-top: 0.5em;
}
.settings-group__setting {

+ 10
- 6
src/ui/settings/index.html Zobrazit soubor

@ -232,7 +232,7 @@
<p class="settings-group__hint">
<i class="icon icon--lg icon__info"></i>
For more advanced customizations open <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a> and search for <b><i>gitlens.codeLens</i></b>
<span>
<span class="settings-group__hint--more">
Use the
<a class="command" title="Run command" href="command:gitlens.toggleCodeLens">GitLens: Toggle Git Code Lens</a> command to override this setting for the current window
</span>
@ -265,7 +265,7 @@
<p class="settings-group__hint">
<i class="icon icon--lg icon__info"></i>
For more advanced customizations open <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a> and search for <b><i>gitlens.currentLine</i></b>
<span>
<span class="settings-group__hint--more">
Use the
<a class="command" title="Run command" href="command:gitlens.toggleLineBlame" class="command">GitLens: Toggle Line Blame Annotations</a> command to override this setting for the current window
</span>
@ -341,8 +341,8 @@
<p class="settings-group__hint">
<i class="icon icon--lg icon__info"></i>
For more advanced customizations open <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a> and search for <b><i>gitlens.blame</i></b>
<span>
Press <span class="shortcut-key">Esc</span> to quickly turn off the annotations
<span class="settings-group__hint--more">
Press <span class="shortcut-key">Esc</span> to turn off the annotations
</span>
</p>
</div>
@ -483,7 +483,11 @@
</div>
<p class="settings-group__hint">
<i class="icon icon--lg icon__info"></i>
Press <span class="shortcut-key">Esc</span> to quickly turn off the annotations
Use the
<a class="command" title="Run command" href="command:gitlens.toggleFileRecentChanges" class="command">GitLens: Toggle Recent File Changes Annotations</a> command to turn the annotations on or off
<span class="settings-group__hint--more">
Press <span class="shortcut-key">Esc</span> to turn off the annotations
</span>
</p>
</div>
</section>
@ -532,7 +536,7 @@
<p class="settings-group__hint">
<i class="icon icon--lg icon__info"></i>
For more advanced customizations open <a class="command" title="Open User Settings" href="command:workbench.action.openGlobalSettings">User Settings</a> and search for <b><i>gitlens.statusBar</i></b>
<span>
<span class="settings-group__hint--more">
Use the
<a class="command" title="Run command" href="command:gitlens.toggleLineBlame" class="command">GitLens: Toggle Line Blame Annotations</a> command to override this setting for the current window
</span>

Načítá se…
Zrušit
Uložit