Open the scripts folder
- Windows:
%APPDATA%\Rebind\scripts - macOS:
~/Library/Application Support/Rebind/scripts - Linux:
~/.local/share/Rebind/scripts
require() resolution and editor
paths describe the same tree.
VS Code
Install the Luau Language Server, then add.vscode/settings.json to the scripts workspace:
lua_docs tool. The language server downloads URL-based
definition files and caches them.
For another editor, configure luau-lsp in standard mode and pass that same
definition file to the language server. Editor diagnostics do not
replace rebind check, which validates the runtime modeline, package manifest,
permissions, require graph, and Luau compilation.