- Clone the repo
git clone https://github.com/L5lua/L5-vscode-extension.git - Open the repo folder in VS Code/VS Codium
- In the terminal in that directory, run
npm install - Open the Debug Menu > and Click to Run Extension (OR press F5 OR Command-palette.. Run extension)
- 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.
- There should be a Run L5 button on the bottom status bar of the Extensions Development Host window. Click to run your program.