Python based language server for the Trilogy language.
VSCode extension that bundles it.
-
Install dependencies:
cd editors/vscode pnpm install -
Open the extension folder in VSCode:
code editors/vscode
-
Press F5 (or go to Run → Start Debugging)
This launches a new VSCode window (Extension Development Host) with the extension loaded. You can set breakpoints and debug from the original window.