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
1313## Changed
1414- Changes chat links from Gitter to [ Slack] ( https://join.slack.com/t/vscode-gitlens/shared_invite/MjIxOTgxNDE3NzM0LTE1MDE2Nzk1MTgtMjkwMmZjMzcxNQ )
1515- 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
1717
1818## Removed
1919- 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 743743 },
744744 "gitlens.advanced.toggleWhitespace.enabled" : {
745745 "type" : " boolean" ,
746- "default" : true ,
746+ "default" : false ,
747747 "description" : " Specifies whether or not to toggle whitespace off then showing blame annotations (*may* be required by certain fonts/themes)"
748748 }
749749 }
You can’t perform that action at this time.
0 commit comments