This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes
#449
- Stops hiding explorers by default when in Zen mode
main
Eric Amodio
6 years ago
parent
765dfe2225
commit
858953dc5c
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+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
}
,
Write
Preview
Loading…
Cancel
Save