Skip to content

Commit 51b2a73

Browse files
committed
Turns on the Graph sidebar by default
1 parent e679e4f commit 51b2a73

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1414

1515
### Changed
1616

17+
- Changes the new _Commit Graph_ sidebar to be enabled by default; use the `gitlens.graph.sidebar.enabled` settings to disable it
1718
- Changes how GitLens handles creating and renaming branches to avoid using the terminal — refs [#3528](https://github.com/gitkraken/vscode-gitlens/issues/3528)
1819

1920
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@
10431043
},
10441044
"gitlens.graph.sidebar.enabled": {
10451045
"type": "boolean",
1046-
"default": false,
1046+
"default": true,
10471047
"markdownDescription": "Specifies whether to show a sidebar on the _Commit Graph_",
10481048
"scope": "window",
10491049
"order": 300

0 commit comments

Comments
 (0)