Editor Setup
Lune puts developer experience first, and as such provides type definitions and configurations for several tools out of the box.
These steps assume you have already installed Lune and that it is available to run in the current directory.
Luau LSP
Run
lune --setup
to generate Luau type definitions for your installed version of LuneVerify that type definition files have been generated
Modify your VSCode settings, either by using the settings menu or in
settings.json
:NOTE: If you already had a
.vscode/settings.json
file in your current directory the type definition files may have been added automatically!
Last updated