mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Git - Add setting to remember post commit command (#158449)
This commit is contained in:
4
extensions/git/src/api/git.d.ts
vendored
4
extensions/git/src/api/git.d.ts
vendored
@@ -254,8 +254,10 @@ export interface CredentialsProvider {
|
||||
getCredentials(host: Uri): ProviderResult<Credentials>;
|
||||
}
|
||||
|
||||
export type CommitCommand = Command & { description?: string };
|
||||
|
||||
export interface PostCommitCommandsProvider {
|
||||
getCommands(repository: Repository): Command[];
|
||||
getCommands(repository: Repository): CommitCommand[];
|
||||
}
|
||||
|
||||
export interface PushErrorHandler {
|
||||
|
||||
Reference in New Issue
Block a user