Skip to content

Commit c0de87c

Browse files
authored
Complete walkthrough steps with commands after command execution (microsoft#203573)
1 parent 9237441 commit c0de87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ export class GettingStartedPage extends EditorPane {
718718
stepElement.classList.add('expanded');
719719
stepElement.setAttribute('aria-expanded', 'true');
720720
this.buildMediaComponent(id);
721-
this.gettingStartedService.progressStep(id);
721+
this.gettingStartedService.progressByEvent('stepSelected:' + id);
722722
} else {
723723
this.editorInput.selectedStep = undefined;
724724
}

0 commit comments

Comments
 (0)