Open mexx opened 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:
paket.dependencies
ps -afx | grep find-packages
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:
paket.dependencies
fileps -afx | grep find-packages
-> note the process has PPID > 1ps -afx | grep find-packages
-> note the process still there and has now PPID = 1