Browse Source

Fixes #449 - Stops hiding explorers by default when in Zen mode

main
Eric Amodio 6 years ago
parent
commit
858953dc5c
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +0
    -1
      package.json

+ 1
- 0
CHANGELOG.md View File

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
### Fixed
- Fixes [#451](https://github.com/eamodio/vscode-gitlens/issues/451) - "apply Changes" has discarded all my changes.
- Fixes [#449](https://github.com/eamodio/vscode-gitlens/issues/449) - Stop hiding explorers by default when in Zen mode
## [8.5.1] - 2018-07-18
### Added

+ 0
- 1
package.json View File

@ -910,7 +910,6 @@
"description": "for a zen-like experience, disables many visual features",
"codeLens": false,
"currentLine": false,
"explorers": false,
"hovers": false,
"statusBar": false
},

Loading…
Cancel
Save