Allow scc providers hide commit input box.

Fix for #51808.
This commit is contained in:
Ilya Biryukov
2018-10-05 14:53:25 -07:00
parent 1bf1bc2c0e
commit 212aade6db
6 changed files with 70 additions and 44 deletions

View File

@@ -523,6 +523,7 @@ export interface SCMProviderFeatures {
commitTemplate?: string;
acceptInputCommand?: modes.Command;
statusBarCommands?: modes.Command[];
hideInputBox?: boolean;
}
export interface SCMGroupFeatures {