Extension

The Pix extension for VS Code provides syntax highlighting and autocomplete for .pix files. The language server is bundled with the extension.

Installation

Download the .vsix file from the releases page and install it:

code --install-extension pix-0.1.0.vsix

Building from source

cd tools/extension
npm ci
npm run package
code --install-extension pix-0.1.0.vsix

Features

Configuration

SettingDescriptionDefault
pix.languageServerPath Path to the language server binary Bundled binary