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

fix(vscode): register workspace change listener in all cases #2162

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

MaxKless
Copy link
Collaborator

@MaxKless MaxKless commented Jun 7, 2024

No description provided.

Copy link

nx-cloud bot commented Jun 7, 2024

getOutputChannel().appendLine(
'Detected Nx workspace. Refreshing workspace.'
);
refreshWorkspaceWithBackoff();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not awaiting here, does it matter?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, I don't think so. We're simply making sure the nxls is refreshed when we detect a change, there's nothing waiting for the result of this.

@MaxKless MaxKless merged commit 0bcf5ae into master Jun 17, 2024
4 checks passed
@MaxKless MaxKless deleted the root-watcher-nxinit branch June 17, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants