This plugin adds support for Lesma to Visual Studio Code.
Check how to get started using Lesma.
Feature details
- Syntax Highlighting
- Auto close tokens ('()', '{}', '[]', "''", '""')
- Auto indent/dedent based on keywords
- Check for Lesma and offer to install on startup
- Lesma commands for installation and run
Building
Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
Open VS Code on this folder.
Press Ctrl+Shift+B to start compiling the client and server in watch mode.
Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
Select Launch Client from the drop down (if it is not already).