mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Git - display ahead/behind information in the checkout picker (#244003)
* Initial implementation * Handle scenario where the git version does not support ahead/behind
This commit is contained in:
1
extensions/git/src/api/git.d.ts
vendored
1
extensions/git/src/api/git.d.ts
vendored
@@ -30,6 +30,7 @@ export interface Ref {
|
||||
readonly type: RefType;
|
||||
readonly name?: string;
|
||||
readonly commit?: string;
|
||||
readonly commitDetails?: Commit;
|
||||
readonly remote?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user