mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Git - better handle conflict during cherry-pick (#230312)
This commit is contained in:
3
extensions/git/src/api/git.d.ts
vendored
3
extensions/git/src/api/git.d.ts
vendored
@@ -410,5 +410,6 @@ export const enum GitErrorCodes {
|
||||
BranchFastForwardRejected = 'BranchFastForwardRejected',
|
||||
BranchNotYetBorn = 'BranchNotYetBorn',
|
||||
TagConflict = 'TagConflict',
|
||||
CherryPickEmpty = 'CherryPickEmpty'
|
||||
CherryPickEmpty = 'CherryPickEmpty',
|
||||
CherryPickConflict = 'CherryPickConflict'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user