Adds config setting to control quickpick closing

This commit is contained in:
Eric Amodio
2017-02-16 21:54:00 -05:00
parent 1a47935719
commit d9e638df01
3 changed files with 22 additions and 5 deletions

View File

@@ -299,6 +299,11 @@
],
"description": "Specifies how much (if any) output will be sent to the GitLens output channel"
},
"gitlens.advanced.quickPick.closeOnFocusOut": {
"type": "boolean",
"default": true,
"description": "Specifies whether or not to close the QuickPick menu when focus is lost"
},
"gitlens.advanced.toggleWhitespace.enabled": {
"type": "boolean",
"default": false,