Adds scm action button

Refs: #110882
This commit is contained in:
Eric Amodio
2021-09-27 01:01:00 -04:00
parent 53c5d3cb4a
commit 55c726b53e
10 changed files with 214 additions and 13 deletions

View File

@@ -1053,6 +1053,7 @@ export interface SCMProviderFeatures {
count?: number;
commitTemplate?: string;
acceptInputCommand?: modes.Command;
actionButton?: ICommandDto | null;
statusBarCommands?: ICommandDto[];
}