You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a new nx monorepo angular project and after removing a library I still see the library in the projects section.
is there any chance to update the view to prevent showing deleted libraries?
Expected Behavior
Would be nice to see only available apps or libraries but not deleted ones.
Steps to Reproduce
Create a new project with nx using the following command: npx create-nx-workspace@latest
Choose your style · integrated
✔ What to create in the new workspace · angular
✔ Repository name · myorg
✔ Application name · store
✔ Default stylesheet format · css
✔ Enable distributed caching to make your CI faster · Yes
Created two apps and one library as in the following capture:
remove the library using npx remove command
refresh nxconsole projects section
deleted library is still showed in the list:
Failure Logs / Images / Videos
Environment
Nx Console version: v17.32.0
VSCode version: 1.76.2
The text was updated successfully, but these errors were encountered:
This to me is something "below" the VS Code plugin. I have no affiliation with the toolset at all. But I have found that when you move things or delete things in your workspace...NOTHING updates. You can run "nx graph" and still see the deleted libraries as well.
What I have found I have to do is perform my moves/deletes and then run "nx reset". That restarts the nx daemon and clears up both the graph and the nx console plugins.
Current Behavior
I've created a new nx monorepo angular project and after removing a library I still see the library in the projects section.
is there any chance to update the view to prevent showing deleted libraries?
Expected Behavior
Would be nice to see only available apps or libraries but not deleted ones.
Steps to Reproduce
Choose your style · integrated
✔ What to create in the new workspace · angular
✔ Repository name · myorg
✔ Application name · store
✔ Default stylesheet format · css
✔ Enable distributed caching to make your CI faster · Yes
Failure Logs / Images / Videos
Environment
The text was updated successfully, but these errors were encountered: