Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
588 stars 91 forks source link

Additional folders #198

Open tanis2000 opened 2 months ago

tanis2000 commented 2 months ago

Is there any way to add some additional folders that are outside of the main project? My use-case is that I have the API defitinitions in a specific path which is common to many different projects, but the actual Lua code of the single projects sits in a completely different path. I can't find a way to add the path to my additional files anywhere. Is that supported, at all?