mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
SCMActionButton overflow improvements
This commit is contained in:
@@ -1085,10 +1085,15 @@ export interface SCMProviderFeatures {
|
||||
count?: number;
|
||||
commitTemplate?: string;
|
||||
acceptInputCommand?: modes.Command;
|
||||
actionButton?: ICommandDto | null;
|
||||
actionButton?: SCMActionButtonDto | null;
|
||||
statusBarCommands?: ICommandDto[];
|
||||
}
|
||||
|
||||
export interface SCMActionButtonDto {
|
||||
command: ICommandDto;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
export interface SCMGroupFeatures {
|
||||
hideWhenEmpty?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user