Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Brass VS Code extensionNew to Visual Studio Code? Get it now.
Brass VS Code extension

Brass VS Code extension

cordx56

| (0) | Free
VS Code extension for Brass development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Brass VS Code Extension

VS Code extension for the Brass programming language and its language server.

The Brass programming language can be written like a scripting language without type annotation while its program is always type checked.

Getting started

You can learn how to write Brass on the user guide.

Before using this extension, you have to install the Brass toolchain. Please refer to Quick start.

The extension activates on .cz files and starts the language server with czpm lsp from your PATH. When a workspace folder contains a package.toml, the server runs from that folder with package resolution; otherwise it runs in single-file mode. To use a different binary (e.g. a locally built czls), set:

{
  "brass.server.path": "/path/to/czls",
  "brass.server.args": []
}

Use the Brass: Restart Language Server command to restart the server; changing the brass.server settings restarts it automatically.

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