Skip to content

Commit 1df2355

Browse files
author
Eric Amodio
committed
Uses view-level progress
1 parent 2f3fe9c commit 1df2355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/timeline/browser/timelinePane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export class TimelinePane extends ViewPane {
403403
private async handleRequest(request: TimelineRequest) {
404404
let timeline: Timeline | undefined;
405405
try {
406-
timeline = await this.progressService.withProgress({ location: this.getProgressLocation() }, () => request.result);
406+
timeline = await this.progressService.withProgress({ location: this.id }, () => request.result);
407407
}
408408
finally {
409409
this._pendingRequests.delete(request.source);

0 commit comments

Comments
 (0)