We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a14f6 commit e3e5fecCopy full SHA for e3e5fec
src/vs/workbench/contrib/timeline/browser/timelinePane.ts
@@ -478,7 +478,7 @@ export class TimelinePane extends ViewPane {
478
}
479
480
private async loadTimeline(reset: boolean, sources?: string[]) {
481
- // If we have no source, we are reseting all sources, so cancel everything in flight and reset caches
+ // If we have no source, we are resetting all sources, so cancel everything in flight and reset caches
482
if (sources === undefined) {
483
if (reset) {
484
this.clear(true);
0 commit comments