Browse Source

Adds missing terminal links

main
Eric Amodio 4 years ago
parent
commit
1ace8ea8d0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md

+ 1
- 0
CHANGELOG.md View File

@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- _Tags_ view — visualize, explore, and manage Git tags - _Tags_ view — visualize, explore, and manage Git tags
- _Contributors_ view — visualize, navigate, and explore contributors - _Contributors_ view — visualize, navigate, and explore contributors
- The _Repositories_ view can be re-enabled by setting `"gitlens.views.repositories.enabled": true` or via the GitLens Interactive Settings - The _Repositories_ view can be re-enabled by setting `"gitlens.views.repositories.enabled": true` or via the GitLens Interactive Settings
- Adds links to the integrated terminal for commits, branches, and tags — to quickly jump to more details
- Adds an all-new custom editor for rebasing (TODO: more details & image) - Adds an all-new custom editor for rebasing (TODO: more details & image)
![Rebase Editor](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/rebase-editor.gif) ![Rebase Editor](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/rebase-editor.gif)
- Includes drag & drop support - Includes drag & drop support

Loading…
Cancel
Save