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

@@ -109,6 +109,9 @@ export interface IAdvancedConfig {
output: {
level: OutputLevel;
};
quickPick: {
closeOnFocusOut: boolean;
};
toggleWhitespace: {
enabled: boolean;
};