A Zed extension for zizmor. Available on the Zed marketplace.
This extension exposes zizmor's language server to Zed, providing in-editor hints for zizmor's findings.
Important
This extension is in an early stage of development; you will encounter bugs and missing features. Please report them!
Important
You must have zizmor v1.11.0 or later installed; earlier versions
do not include LSP support.
If zizmor --version shows a version below 1.11.0, you must update
zizmor to use this extension.
To use this extension, you must have zizmor installed on your system.
See zizmor's installation documentation for system-appropriate instructions.
Once you have zizmor installed, you can install this extension from
Zed's extensions marketplace.
To build the extension locally, make sure you have the wasm-32-wasip2 target installed:
rustup target add wasm32-wasip2Then, you can build the extension with:
cargo build --release --target wasm32-wasip2To load a development build of the extension into Zed, open the "Extensions" tab via the command palette, click "Install Dev Extension," and select the directory you've cloned this repository into.