vscode-lua icon indicating copy to clipboard operation
vscode-lua copied to clipboard

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

Open jukrb0x opened this issue 1 year ago • 0 comments

Description

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

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

jukrb0x avatar Jul 17 '24 08:07 jukrb0x