This repository implements the LSP programming language for Slynx.
-
Install the dependencies (repository root):
npm install
-
Compile the TypeScript code (or leave it in watch mode for development):
npm run watch
-
Open the project in VS Code:
code . -
Launch the extension on an Extension Development Host:
- Press F5 or go to Run and Debug > Launch Extension.