lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Lua lsp using too much RAM on specific files

Open Fesinan opened this issue 1 year ago • 1 comments

How are you using the lua-language-server?

NeoVim

Which OS are you using?

Linux

What is the issue affecting?

Other

Expected Behaviour

When i open this file, writen by me, in NeoVim

-----------------------------
--- funciones 
-----------------------------

function local vace()
	local a
	a =  io.read("n") 
	fib()
end

It should use the amount in the image (from a file not writen by me) lspNotram1

Actual Behaviour

It's usage is this one: lspNotram2

Reproduction steps

  1. Open that file
  2. Do nothing
  3. See the usage

Additional Notes

I found this issue #1745 with a similar problem, i thinks NeoVim has kickstar and is version 0.10.0

Log File

No response

Fesinan avatar Jun 18 '24 01:06 Fesinan