mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +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'
|
const icon = repository.kind === 'submodule'
|
||||||
? new ThemeIcon('archive')
|
? new ThemeIcon('archive')
|
||||||
: repository.kind === 'worktree'
|
: repository.kind === 'worktree'
|
||||||
? new ThemeIcon('list-tree')
|
? new ThemeIcon('worktree')
|
||||||
: new ThemeIcon('repo');
|
: new ThemeIcon('repo');
|
||||||
|
|
||||||
const root = Uri.file(repository.root);
|
const root = Uri.file(repository.root);
|
||||||
|
|||||||
Reference in New Issue
Block a user