-
-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
For some projects i have outsourced documentation to a static location on my disk drive. For autocompletion it works fine, since i can use the Lua.workspace.library config, however, if I try to set a require path in Lua.runtime.path, then it doesn't recognize global paths. /global/path/to/modules/?.lua fails. Maybe this is a bug, since i don't know if Windows users can use global paths with C:\global\path\?.lua.
To Reproduce
Steps to reproduce the behavior:
- Create a project
- Create a modules folder with a module file somewhere else on disk
- Add that folder path to
Lua.runtime.path - See no autocompletion for require inside the project.
Environment (please complete the following information):
- OS: Kubuntu
- Client: VSCode
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working