Git - one more icon to update for worktrees (#284450)

This commit is contained in:
Ladislau Szomoru
2025-12-19 13:54:31 +00:00
committed by GitHub
parent af21d8697a
commit 9e9552238e

View File

@@ -947,7 +947,7 @@ export class Repository implements Disposable {
const icon = repository.kind === 'submodule'
? new ThemeIcon('archive')
: repository.kind === 'worktree'
? new ThemeIcon('list-tree')
? new ThemeIcon('worktree')
: new ThemeIcon('repo');
const root = Uri.file(repository.root);