LuaLS / vscode-lua

Release lua-language-server for VSCode
https://github.com/LuaLS/lua-language-server
MIT License
182 stars 52 forks source link

fix: accept relative paths in `Lua.workspace.library` #139

Closed jukrb0x closed 3 months ago

jukrb0x commented 4 months ago

Description

allow to use relative paths in lua workspace library config Lua.workspace.library, example:

{
  "Lua.workspace.library": [
    "../../Plugins/UnLua/Intermediate/IntelliSense"
  ]
}