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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
16
16
- Adds *Revert Commit (via Terminal)* command (`gitlens.explorers.terminalRevertCommit`) to revision (commit) nodes in the **GitLens** & **GitLens Results** views
17
17
- Adds *Create Tag (via Terminal)...* command (`gitlens.explorers.terminalCreateTag`) to branch and revision (commit) nodes in the **GitLens** & **GitLens Results** views
18
18
- Adds *Delete Tag (via Terminal)* command (`gitlens.explorers.terminalDeleteTag`) to tag nodes in the **GitLens** view
19
+
- Adds a helpful notification the first time the **GitLens Results** view is shown
19
20
20
21
### Changed
21
22
- Renames *Rebase Commit (via Terminal)* command (`gitlens.terminalRebaseCommit`) to *Rebase to Commit (via Terminal)*
returnMessages.showMessage('info',`If you can't find your results, click on "GITLENS RESULTS" at the bottom of the Explorer view`,SuppressedMessages.ResultsExplorerNotice,null);
returnMessages.showMessage('error',`GitLens requires a newer version of Git (>= 2.2.0) than is currently installed (${version}). Please install a more recent version of Git.`,SuppressedMessages.GitVersionWarning);
48
+
returnMessages.showMessage('error',`GitLens requires a newer version of Git (>= 2.2.0) than is currently installed (${version}). Please install a more recent version of Git`,SuppressedMessages.GitVersionWarning);
constresult=awaitMessages.showMessage('info',`Thank you for choosing GitLens! GitLens is powerful, feature rich, and highly configurable, so please be sure to view the docs and tailor it to suit your needs.`,SuppressedMessages.WelcomeNotice,null,viewDocs);
62
+
constresult=awaitMessages.showMessage('info',`Thank you for choosing GitLens! GitLens is powerful, feature rich, and highly configurable, so please be sure to view the docs and tailor it to suit your needs`,SuppressedMessages.WelcomeNotice,null,viewDocs);
0 commit comments