mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Git - handle --intent-to-add on a renamed resource (#183307)
This commit is contained in:
1
extensions/github/src/typings/git.d.ts
vendored
1
extensions/github/src/typings/git.d.ts
vendored
@@ -78,6 +78,7 @@ export const enum Status {
|
||||
UNTRACKED,
|
||||
IGNORED,
|
||||
INTENT_TO_ADD,
|
||||
INTENT_TO_RENAME,
|
||||
|
||||
ADDED_BY_US,
|
||||
ADDED_BY_THEM,
|
||||
|
||||
Reference in New Issue
Block a user