VS Code extension
The maintained extension launches pliego-css-lsp, discovers the project catalog, and renders diagnostics in Rust source.
pnpm --filter pliegocss-vscode packageAny LSP client
Launch the server over stdio and point it at the same compiler and workspace used by CI. The protocol stays editor-neutral.
pliego-css-lsp --stdioBound external tools
Compiler subprocesses have explicit deadlines and output caps. A stalled custom executable must not freeze the editor forever.