Skip to content

sweetboss12512/Pilot.lua-Luau-LSP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install the Luau LSP visual studio code extension.

Install lune, a luau runtime.

Run these commands in order:

git clone https://github.com/ArvidSilverlock/Pilot.lua-Luau-LSP.git
cd Pilot.lua-Luau-LSP
lune run pilot -- --setup

Open the generated workspace folder as the root folder in visual studio code.

Command Options

  • You can specify the location to generate it in by doing -o <path>, this defaults to ./workspace.
  • You can specify the subdirectory of the output location to place the types in by doing --types=<types directory>, the value of this defaults to types.
  • You can specify the documentation file to source data from by doing --source=yaml or --source=json-. This defaults to json.
  • Due to lune you have to add -- after pilot for these options to work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Luau 100.0%