Преглед изворни кода

Remaps links in settings to Help Center sections

main
Ramin Tadayon пре 1 година
committed by Eric Amodio
родитељ
комит
70cd7fd6be
24 измењених фајлова са 24 додато и 24 уклоњено
  1. +1
    -1
      src/webviews/apps/settings/partials/blame.html
  2. +1
    -1
      src/webviews/apps/settings/partials/changes.html
  3. +1
    -1
      src/webviews/apps/settings/partials/code-lens.html
  4. +1
    -1
      src/webviews/apps/settings/partials/commit-graph.html
  5. +1
    -1
      src/webviews/apps/settings/partials/current-line.html
  6. +1
    -1
      src/webviews/apps/settings/partials/heatmap.html
  7. +1
    -1
      src/webviews/apps/settings/partials/hovers.html
  8. +1
    -1
      src/webviews/apps/settings/partials/modes.html
  9. +1
    -1
      src/webviews/apps/settings/partials/rebase-editor.html
  10. +1
    -1
      src/webviews/apps/settings/partials/status-bar.html
  11. +1
    -1
      src/webviews/apps/settings/partials/terminal-links.html
  12. +1
    -1
      src/webviews/apps/settings/partials/views.branches.html
  13. +1
    -1
      src/webviews/apps/settings/partials/views.commitDetails.html
  14. +1
    -1
      src/webviews/apps/settings/partials/views.commits.html
  15. +1
    -1
      src/webviews/apps/settings/partials/views.contributors.html
  16. +1
    -1
      src/webviews/apps/settings/partials/views.file-history.html
  17. +1
    -1
      src/webviews/apps/settings/partials/views.line-history.html
  18. +1
    -1
      src/webviews/apps/settings/partials/views.remotes.html
  19. +1
    -1
      src/webviews/apps/settings/partials/views.repositories.html
  20. +1
    -1
      src/webviews/apps/settings/partials/views.searchAndCompare.html
  21. +1
    -1
      src/webviews/apps/settings/partials/views.stashes.html
  22. +1
    -1
      src/webviews/apps/settings/partials/views.tags.html
  23. +1
    -1
      src/webviews/apps/settings/partials/views.worktrees.html
  24. +1
    -1
      src/webviews/apps/settings/settings.html

+ 1
- 1
src/webviews/apps/settings/partials/blame.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-blame-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#file-blame"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/changes.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-changes-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#gutter-changes"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/code-lens.html Прегледај датотеку

@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#git-codelens-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#git-codelens"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/commit-graph.html Прегледај датотеку

@ -7,7 +7,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#commit-graph-"
href="https://help.gitkraken.com/gitlens/gitlens-plus/#commit-graph"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/current-line.html Прегледај датотеку

@ -12,7 +12,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#current-line-blame-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#current-line-blame"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/heatmap.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-heatmap-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#gutter-heatmap"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/hovers.html Прегледај датотеку

@ -3,7 +3,7 @@
<div class="setting__input setting__input--big">
<input id="hovers.enabled" name="hovers.enabled" type="checkbox" data-setting />
<label for="hovers.enabled">Hovers</label>
<a class="link__learn-more" title="Learn more" href="https://github.com/gitkraken/vscode-gitlens/#hovers-">
<a class="link__learn-more" title="Learn more" href="https://help.gitkraken.com/gitlens/gitlens-features/#hovers">
<i class="icon icon__info"></i>
</a>
</div>

+ 1
- 1
src/webviews/apps/settings/partials/modes.html Прегледај датотеку

@ -2,7 +2,7 @@
<div class="section__header">
<h2>
Modes
<a class="link__learn-more" title="Learn more" href="https://github.com/gitkraken/vscode-gitlens/#modes-">
<a class="link__learn-more" title="Learn more" href="https://help.gitkraken.com/gitlens/settings/#modes-settings">
<i class="icon icon__info"></i>
</a>
</h2>

+ 1
- 1
src/webviews/apps/settings/partials/rebase-editor.html Прегледај датотеку

@ -12,7 +12,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#interactive-rebase-editor-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#interactive-rebase-editor"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/status-bar.html Прегледај датотеку

@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#status-bar-blame-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#status-bar-blame"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/terminal-links.html Прегледај датотеку

@ -6,7 +6,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#terminal-links-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#terminal-links"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.branches.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#branches-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#branches-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.commitDetails.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#commit-details-view-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#commit-details-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.commits.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#commits-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#commits-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.contributors.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#contributors-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#contributors-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.file-history.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-history-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#file-history-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.line-history.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#line-history-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#line-history-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.remotes.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#remotes-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#remotes-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.repositories.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#repositories-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#repositories-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.searchAndCompare.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#search--compare-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#search-compare-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.stashes.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#stashes-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#stashes-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.tags.html Прегледај датотеку

@ -5,7 +5,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#tags-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#tags-view"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/partials/views.worktrees.html Прегледај датотеку

@ -7,7 +7,7 @@
<a
class="link__learn-more"
title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#worktrees-view-"
href="https://help.gitkraken.com/gitlens/gitlens-plus/#worktrees"
>
<i class="icon icon__info"></i>
</a>

+ 1
- 1
src/webviews/apps/settings/settings.html Прегледај датотеку

@ -62,7 +62,7 @@
For advanced customizations, refer to the
<a
title="See the GitLens settings docs"
href="https://github.com/gitkraken/vscode-gitlens/#gitlens-settings-"
href="https://help.gitkraken.com/gitlens/gitlens-settings/"
>GitLens docs</a
>
and edit your

Loading…
Откажи
Сачувај