Toka Extension for Visual Studio CodeThis extension provides official language support, syntax highlighting, and LSP integration for the Toka Programming Language in Visual Studio Code. Features
Requirements & SetupTo enable formatting and LSP diagnostics, you must have the Toka toolchain compiled on your machine. 1. Compile the ToolchainRun the rebuild script from the Toka repository root to build
2. Environment Configuration (Choose One)Option A: Workspace Mode (Recommended)If you open the Toka root repository folder directly in VSCode, the extension will automatically look inside the Option B: Standalone/Global ModeIf you open individual
If the binaries cannot be found, the extension will gracefully degrade to syntax highlighting and outline navigation, avoiding diagnostic warning popups. |