mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Fix some typo
Update extensions/git/src/api/git.d.ts Fix another typo Fix some typo
This commit is contained in:
6
extensions/git/src/api/git.d.ts
vendored
6
extensions/git/src/api/git.d.ts
vendored
@@ -26,9 +26,9 @@ export interface Ref {
|
||||
readonly remote?: string;
|
||||
}
|
||||
|
||||
export interface Trackingship {
|
||||
export interface TrackingShip {
|
||||
readonly local: string;
|
||||
readonly upstarem: string;
|
||||
readonly upstream: string;
|
||||
}
|
||||
|
||||
export interface UpstreamRef {
|
||||
@@ -175,4 +175,4 @@ export const enum GitErrorCodes {
|
||||
WrongCase = 'WrongCase',
|
||||
CantLockRef = 'CantLockRef',
|
||||
CantRebaseMultipleBranches = 'CantRebaseMultipleBranches',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user