Skip to content

Commit 323148d

Browse files
committed
Disables whitespace toggling by default
1 parent 03fefaa commit 323148d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
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
}

0 commit comments

Comments
 (0)