Adds advanced setting for toggling whitespace

This is in-case it is still needed (it if off by default)
This commit is contained in:
Eric Amodio
2017-02-05 15:44:30 -05:00
parent 7352a70662
commit 15c81ef36f
4 changed files with 39 additions and 3 deletions

View File

@@ -245,6 +245,11 @@
"verbose"
],
"description": "Specifies how much (if any) output will be sent to the GitLens output channel"
},
"gitlens.advanced.toggleWhitespace.enabled": {
"type": "boolean",
"default": false,
"description": "Specifies whether or not to toggle whitespace off then showing blame annotations (*may* be required by certain fonts/themes)"
}
}
},