Skip to content

Commit 6a516e5

Browse files
committed
added extra change status and icons
1 parent 1f1954b commit 6a516e5

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const updateResourceGroup = (data, type) => {
7272
}
7373

7474
const updateChangesResourceGroup = (data) => {
75-
const changes = ['added', 'modified', 'deletion', 'deleted'];
75+
const changes = ['added', 'modified', 'deleted', 'missing', 'conflicted', 'replaced'];
7676
let matches = [];
7777
const iconsRootPath = path.join(__dirname, 'icons');
7878

icons/conflicted.svg

Lines changed: 6 additions & 0 deletions
Loading

icons/missing.svg

Lines changed: 6 additions & 0 deletions
Loading

icons/replaced.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)