cd editors/vscode
npx @vscode/vsce package
code --install-extension orchid-0.1.0.vsix
From source (development)
Open the editors/vscode folder in VS Code
Press F5 to launch the Extension Development Host
Open any .orch file to see highlighting
About Orchid
Orchid is a domain-specific language where reasoning is the primitive. Instead of writing code that calls an LLM API, you write scripts that describe how an agent should think.