lua-language-server
lua-language-server copied to clipboard
FIX .luarc.json not being found in certain workspace using zed
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
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.