Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Styx Configuration LanguageNew to Visual Studio Code? Get it now.
Styx Configuration Language

Styx Configuration Language

bearcove

| (0) | Free
Styx configuration language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Styx for VS Code

Styx language support for Visual Studio Code.

Features

  • Syntax highlighting
  • Language server integration (diagnostics, hover, completions)
  • Bracket matching and auto-closing
  • Comment toggling

Requirements

The Styx CLI must be installed and available in your PATH:

cargo install styx-cli

Or configure a custom path in settings:

{
  "styx.server.path": "/path/to/styx"
}

Extension Settings

  • styx.server.path: Path to the styx executable (default: "styx")
  • styx.trace.server: Trace communication with language server ("off", "messages", "verbose")

Development

cd editors/vscode-styx
npm install
npm run compile

Then press F5 in VS Code to launch the extension in a new window.

Packaging

npm run package

This creates a .vsix file you can install locally or publish to the marketplace.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft