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 9237441 commit c0de87cCopy full SHA for c0de87c
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts
@@ -718,7 +718,7 @@ export class GettingStartedPage extends EditorPane {
718
stepElement.classList.add('expanded');
719
stepElement.setAttribute('aria-expanded', 'true');
720
this.buildMediaComponent(id);
721
- this.gettingStartedService.progressStep(id);
+ this.gettingStartedService.progressByEvent('stepSelected:' + id);
722
} else {
723
this.editorInput.selectedStep = undefined;
724
}
0 commit comments