Parcourir la source

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

main
Eric Amodio il y a 6 ans
Parent
révision
858953dc5c
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -0
      CHANGELOG.md
  2. +0
    -1
      package.json

+ 1
- 0
CHANGELOG.md Voir le fichier

@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer