We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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 = 1The text was updated successfully, but these errors were encountered: