File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
13
13
## Changed
14
14
- Changes chat links from Gitter to [ Slack] ( https://join.slack.com/t/vscode-gitlens/shared_invite/MjIxOTgxNDE3NzM0LTE1MDE2Nzk1MTgtMjkwMmZjMzcxNQ )
15
15
- Changes the look of the line separators on the gutter blame annotations
16
- - Changes gitlens.advanced.toggleWhitespace.enabled
16
+ - Changes the ` gitlens.advanced.toggleWhitespace.enabled ` configuration setting to default to ` false ` -- as this should no longer be required
17
17
18
18
## Removed
19
19
- Removes unneeded ` gitlens.stashExplorer.enabled ` configuration setting since users can add or remove custom views natively now
Original file line number Diff line number Diff line change 743
743
},
744
744
"gitlens.advanced.toggleWhitespace.enabled" : {
745
745
"type" : " boolean" ,
746
- "default" : true ,
746
+ "default" : false ,
747
747
"description" : " Specifies whether or not to toggle whitespace off then showing blame annotations (*may* be required by certain fonts/themes)"
748
748
}
749
749
}
You can’t perform that action at this time.
0 commit comments