Skip to content

close stdout after usage#48

Open
worming004 wants to merge 1 commit intoVidocqH:mainfrom
worming004:fix/41
Open

close stdout after usage#48
worming004 wants to merge 1 commit intoVidocqH:mainfrom
worming004:fix/41

Conversation

@worming004
Copy link

Fix #41,

Before fix, lsp-lens open a pipe for each symbol found without closing it. After a lot of git blame usage (by opening a lot of buffer or with huge buffer), pipes are cumulated and reach system limit.

This fix close each pipes after each usage. Pipes are not anymore cumulated.

With local test on a huge buffer, I have not any single more opened file compared with a usage without lsp-lens

@cxwx
Copy link

cxwx commented Jan 25, 2025

Is the auther still there?

@worming004
Copy link
Author

@cxwx, sorry I didn't see your messages

@VidocqH, the initial author of lsp-lens seems not maintain lsp-lens since 2 years. I am using my own repo since january and I am happy with it. You can use "worming004/lsp-lens.nvim"

I do not intend to maintain the project. current fonctionnalities are fine for me.

@cxwx
Copy link

cxwx commented May 20, 2025

thanks

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

Successfully merging this pull request may close these issues.

bugs. Too many open files

2 participants