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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove loading item from projects view #1129

Merged

Conversation

Cammisuli
Copy link
Member

@Cammisuli Cammisuli commented Sep 3, 2021

What it does

This removes the loading item from the projects view. This was causing some issues with some users where items were trying to be used before all the projects were loaded.

Initially this was added in this extension as a way to show that projects were loading (duh 馃槀) because the parser used originally was terribly slow, and the vscode ui froze. With the quicker parser, we don't freeze the UI anymore, and this loading item is not needed.

Potentially fixes #1126

@nx-cloud
Copy link

nx-cloud bot commented Sep 3, 2021

Nx Cloud Report

CI ran the following commands for commit 5cd7c67. Click to see the status, the terminal output, and the build insights.

馃搨 See all runs for this branch

Status Command
#000000 nx run-many --all --parallel --target=build
#000000 nx run-many --all --parallel --target=test
#000000 nx run-many --all --parallel --target=lint

Sent with 馃拰 from NxCloud.

Copy link
Member

@AgentEnder AgentEnder left a comment

Choose a reason for hiding this comment

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

lgtm

@Cammisuli Cammisuli merged commit 7ad5f60 into nrwl:master Sep 3, 2021
@Cammisuli Cammisuli deleted the remove-loading-item-from-projects-view branch September 3, 2021 17:30
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.

17.9.0 Projects directory is not refreshed
2 participants