mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Git - one more icon to update for worktrees (#284450)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user