mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-25 09:35:40 -05:00
Adds config setting to control quickpick closing
This commit is contained in:
@@ -109,6 +109,9 @@ export interface IAdvancedConfig {
|
||||
output: {
|
||||
level: OutputLevel;
|
||||
};
|
||||
quickPick: {
|
||||
closeOnFocusOut: boolean;
|
||||
};
|
||||
toggleWhitespace: {
|
||||
enabled: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user