ionide / ionide-vscode-paket

VS Code plugin for Paket
http://ionide.io
MIT License
41 stars 29 forks source link

zombie paket.exe find-packages #49

Open mexx opened 6 years ago

mexx commented 6 years ago

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