mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Commit dropdown button uses text-overflow (#160834)
This commit is contained in:
4
extensions/github/src/typings/git.d.ts
vendored
4
extensions/github/src/typings/git.d.ts
vendored
@@ -260,10 +260,8 @@ export interface CredentialsProvider {
|
||||
getCredentials(host: Uri): ProviderResult<Credentials>;
|
||||
}
|
||||
|
||||
export type CommitCommand = Command & { description?: string };
|
||||
|
||||
export interface PostCommitCommandsProvider {
|
||||
getCommands(repository: Repository): CommitCommand[];
|
||||
getCommands(repository: Repository): Command[];
|
||||
}
|
||||
|
||||
export interface PushErrorHandler {
|
||||
|
||||
Reference in New Issue
Block a user