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

Nx-related VSCode processes remains not disposed after closing VSCode #2216

Closed
Den-dp opened this issue Jul 21, 2024 · 3 comments
Closed

Nx-related VSCode processes remains not disposed after closing VSCode #2216

Den-dp opened this issue Jul 21, 2024 · 3 comments
Labels
type: bug Something isn't working

Comments

@Den-dp
Copy link

Den-dp commented Jul 21, 2024

Current Behavior

Nx-related VSCode processes remains not disposed after closing VSCode.

Expected Behavior

I expect no Nx-related processes after closing VSCode.

Steps to Reproduce

  • Generate an empty nx project npx create-nx-workspace@19 nx19empty --preset=apps --workspaceType=integrated --ci=skip
  • Open it in VS Code with Nx Console installed.
  • Close it and look at the list of processes.

Failure Logs / Images / Videos

u4BRvNcbkE.mp4

Environment

create-nx-workspace@19
Windows 10 Pro

  • Nx Console version: 18.25.0
  • VSCode version: 1.19.1
@Den-dp Den-dp added the type: bug Something isn't working label Jul 21, 2024
@MaxKless
Copy link
Collaborator

Hey thanks for the report! It looks to me like this has the same root cause as nrwl/nx#27006 which is an issue with plugin workers not being shut down correctly somehow... will investigate further

@MaxKless
Copy link
Collaborator

try with 19.5.4 for now, it should solve the issue :)

@Den-dp
Copy link
Author

Den-dp commented Aug 3, 2024

thanks, it works

@Den-dp Den-dp closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants