Skip to content

~->$HOME expansion not working #815

@Rudxain

Description

@Rudxain

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions