mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
PoliCheck 💄
This commit is contained in:
parent
70da5e2710
commit
bbb9784d8b
@ -232,7 +232,7 @@ export class GitTimelineProvider implements TimelineProvider {
|
||||
private onRepositoryStatusChanged(_repo: Repository) {
|
||||
// console.log(`GitTimelineProvider.onRepositoryStatusChanged`);
|
||||
|
||||
// This is crappy, but for now just save the last time a status was run and use that as the timestamp for staged items
|
||||
// This is less than ideal, but for now just save the last time a status was run and use that as the timestamp for staged items
|
||||
this.repoStatusDate = new Date();
|
||||
|
||||
this.fireChanged();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user