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

zombie paket.exe find-packages #49

Open
mexx opened this issue Dec 19, 2017 · 0 comments
Open

zombie paket.exe find-packages #49

mexx opened this issue Dec 19, 2017 · 0 comments

Comments

@mexx
Copy link

mexx commented Dec 19, 2017

The process for finding the packages on the dependencies file completion is never killed and stays around even after VSCode is closed.
https://github.com/ionide/ionide-vscode-paket/blob/master/src/paket.fs#L234

Repro steps:

  1. start VSCode
  2. open a project
  3. open the paket.dependencies file
  4. ps -afx | grep find-packages -> note the process has PPID > 1
  5. quit VSCode
  6. ps -afx | grep find-packages -> note the process still there and has now PPID = 1
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

No branches or pull requests

1 participant