mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Git - fix untracked group commands (#168593)
This commit is contained in:
@@ -663,7 +663,7 @@ export class Model implements IRemoteSourcePublisherRegistry, IPostCommitCommand
|
||||
return liveRepository;
|
||||
}
|
||||
|
||||
if (hint === repository.mergeGroup || hint === repository.indexGroup || hint === repository.workingTreeGroup) {
|
||||
if (hint === repository.mergeGroup || hint === repository.indexGroup || hint === repository.workingTreeGroup || hint === repository.untrackedGroup) {
|
||||
return liveRepository;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user