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

FIX .luarc.json not being found in certain workspace using zed

Open beingsuz opened this issue 10 months ago • 1 comments

removed res:filename() since its already appended by getRealParent

when using in a workspace using Zed it would always add twice the folder at the end of the path causing the config file to not being found

beingsuz avatar Feb 28 '25 01:02 beingsuz

This feature is currently working fine; the only flaw is that the name getRealParent is misleading; its actual function is getRealPath. I believe the issue you're encountering is caused by something else.

sumneko avatar Mar 12 '25 09:03 sumneko