Skip to content

Commit

Permalink
Fixes #588 - changes outputlevel to errors by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 11, 2018
1 parent cdc2241 commit 46045aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Fixes [#566](https://github.com/eamodio/vscode-gitlens/issues/566) — History error with UNC
- Fixes [#572](https://github.com/eamodio/vscode-gitlens/issues/572) — Explorer cant expand some branch folders
- Fixes [#584](https://github.com/eamodio/vscode-gitlens/issues/584) — Unexpected results when opening diff from file history
- Fixes [#588](https://github.com/eamodio/vscode-gitlens/issues/588) — Output channel doesn't exist with `gitlens.outputLevel` default
- Fixes an issue where comparing a file with its staged revision doesn't show any content
- Fixes an issue where the workspace folder added by the _Explore Repository from Here_ command (`gitlens.views.exploreRepoRevision`) would fail to load in certain cases

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -954,7 +954,7 @@
},
"gitlens.outputLevel": {
"type": "string",
"default": "silent",
"default": "errors",
"enum": [
"silent",
"errors",
Expand Down

0 comments on commit 46045aa

Please sign in to comment.