| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Vale Language Server (vale-ls) is an implementation of the Language Server Protocol (LSP) for Vale.
It provides high-level interface for managing Vale and its assets (binary, StylesPath, etc.) with the goal of making it easy to add IDE-like features to any text editor that supports the Language Server Protocol.
See the documentation for more information.
Releases are cut with cargo release, which bumps Cargo.toml and Cargo.lock, commits, tags, and pushes:
$ cargo release patch --executePushing the tag triggers the release workflow, which builds the binaries. Don't tag by hand: vale-ls --version reports the version in Cargo.toml, so a tag that doesn't match it ships a binary that reports the wrong version. The workflow now rejects that.
| Back | FazBrowse Home | New Git URL |