You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7
7
## [Unreleased]
8
8
### Added
9
9
- Adds `Open Working File` command (`gitlens.openWorkingFile`) - opens the working file for the active file revision -- closes [#236](https://github.com/eamodio/vscode-gitlens/issues/236)
10
+
- Adds `Open Revision...` command (`gitlens.openFileRevision`) - opens the selected revision for the active file
11
+
12
+
### Fixed
13
+
- Fixes issues with commit paging in certain quick pick menus
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -332,6 +332,8 @@ While GitLens is highly customizable and provides many [configuration settings](
332
332
333
333
- Adds a `Open Working File"` command (`gitlens.openWorkingFile`) to open the working file for the active file revision
334
334
335
+
- Adds a `Open Revision...` command (`gitlens.openFileRevision`) to open the selected revision for the active file
336
+
335
337
- Adds a `Open Changes (with difftool)` command (`gitlens.externalDiff`) to the source control group and source control resource context menus to open the changes of a file or set of files with the configured git difftool
336
338
337
339
- Adds a `Open All Changes (with difftool)` command (`gitlens.externalDiffAll`) to open all working changes with the configured git difftool
0 commit comments