If I have this in my .luarc.json and/or .emmyrc.json:
"workspace.library": [
"~/Downloads/kristal-lua-docs",
"~/Downloads/Kristal/luadoc_meta",
"~/Downloads/luaCATS-love2d-def"
]
It doesn't recognize it. But if I have this instead:
"workspace.library": [
"/home/rudxain/Downloads/kristal-lua-docs",
"/home/rudxain/Downloads/Kristal/luadoc_meta",
"/home/rudxain/Downloads/luaCATS-love2d-def"
]
It works