We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70da5e2 commit bbb9784Copy full SHA for bbb9784
1 file changed
extensions/git/src/timelineProvider.ts
@@ -232,7 +232,7 @@ export class GitTimelineProvider implements TimelineProvider {
232
private onRepositoryStatusChanged(_repo: Repository) {
233
// console.log(`GitTimelineProvider.onRepositoryStatusChanged`);
234
235
- // 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
236
this.repoStatusDate = new Date();
237
238
this.fireChanged();
0 commit comments