Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move opening default built-in walkthrough to after built-in walkthrough initialization #181066

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

bhavyaus
Copy link
Contributor

Fixes: #181063

The issue affects new user experience

Issue:

The built-in walkthrough registration was recently changed to be asynchronous with 06dbbfa#diff-ef0653ae93121f64b9d756dff8460099cba11fc175134d2ff193b671fe3f9003
This causes a timing issue with the check for opening the Setup walkthrough occurring before the built-in walkthroughs have finished resolving.

Fix :
Moved up the code to check/open the Setup walkthrough into the event handler onDidAddBuiltInWalkthrough. (Ideally, we would change up the gettingStartedService to be async but that is a larger fix I do not wish to make currently).

@bhavyaus bhavyaus merged commit 5b6af07 into main Apr 27, 2023
7 checks passed
@bhavyaus bhavyaus deleted the dev/bhavyau/getting-started branch April 27, 2023 23:01
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup walkthrough does not open by default on first launch
3 participants