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

[Question]: Exit Linter Daemon on Buffer Close #75

Open
atomdmac opened this issue Oct 15, 2021 · 0 comments
Open

[Question]: Exit Linter Daemon on Buffer Close #75

atomdmac opened this issue Oct 15, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@atomdmac
Copy link

I'm using eslint_d with the configuration below. The issue I'm running into is that once a daemon is started for a particular file/buffer, it is not closed when the buffer is closed. This results in a large number of node processes running continuously on my machine (which I have to pkill on a regular basis).

Is there a good way to trigger the linter to exit when a buffer closes? I'm guessing this is not an issue for other linters as they don't (to my knowledge) run as daemons.

Thanks for any help in advance!

@iamcco iamcco added the help wanted Extra attention is needed label Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants