Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 640 Bytes

File metadata and controls

11 lines (8 loc) · 640 Bytes

CONTRIBUTING

Install notes (provisional)

  1. Clone the repo git clone https://github.com/L5lua/L5-vscode-extension.git
  2. Open the repo folder in VS Code/VS Codium
  3. In the terminal in that directory, run npm install
  4. Open the Debug Menu > and Click to Run Extension (OR press F5 OR Command-palette.. Run extension)
  5. A new window will open titled Extension Development Host, which is running the extension inside it. In the Extension Development Host window open any L5 project folder.
  6. There should be a Run L5 button on the bottom status bar of the Extensions Development Host window. Click to run your program.