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
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [Unreleased]
8
+
### Added
9
+
- Adds a visible error message for when Git is disabled (`"git.enabled": false`) — for [#318](https://github.com/eamodio/vscode-gitlens/issues/318)
10
+
7
11
## [8.2.3] - 2018-04-21
8
12
### Fixed
9
13
- Fixes [#313](https://github.com/eamodio/vscode-gitlens/issues/313) - Unable to show branch history for branch that matches file or folder name
returnMessages.showMessage('warn',`${message}. The file is probably not under source control.`,SuppressedMessages.FileNotUnderSourceControlWarning);
32
33
}
33
34
35
+
staticshowGitDisabledErrorMessage(){
36
+
returnMessages.showMessage('error',`GitLens requires Git to be enabled. Please re-enable Git \u2014 set \`git.enabled\` to true and reload`,SuppressedMessages.GitDisabledWarning);
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);
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);
0 commit comments