Skip to content

Commit 73de22a

Browse files
author
Jackson Kearl
committed
Close #119722
1 parent be1cf4b commit 73de22a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ export class GettingStartedPage extends EditorPane {
219219
if (!ourStep) {
220220
throw Error('Could not find step with ID: ' + step.id);
221221
}
222+
223+
if (!ourStep.done && category.content.stepsComplete === category.content.stepsTotal - 1) {
224+
this.hideCategory(category.id);
225+
}
226+
222227
ourStep.done = step.done;
223228
if (category.id === this.currentCategory?.id) {
224229
const badgeelements = assertIsDefined(document.querySelectorAll(`[data-done-step-id="${step.id}"]`));

0 commit comments

Comments
 (0)