Syntax highlighting and language server features for Pekoscript in Visual
Studio Code.
Features
Syntax highlighting for .peko files.
Language server integration through peko-ls, providing completion,
diagnostics, hover, and other features the server supports.
Syntax highlighting works on its own. Language server features require the
peko-ls binary.
Requirements
The peko-ls language server must be available for language features to
work. The extension looks for peko-ls on the system PATH. Syntax
highlighting does not require the server and works without it.
If peko-ls is not found, the extension shows a warning and continues with
highlighting only.
Extension settings
This extension contributes the following setting:
peko.server.path: Path to the peko-ls binary. Leave empty to use
peko-ls from the PATH.