V0.2.0
Pre-release
Pre-release
v0.2.0
- feat(*): port to tower lsp
- This will allow the usage of this LS by other IDEs.
- The vscode extension will prompt you to download the server.
- Other IDEs will have to have the LS installed via
cargo install
.
- feat(*): add configuration options
- feat(server, #6): diagnostic for unused rules
- feat(server, #7): show rule docs (
///
) on hover - fix(server, #8): solve issue relating to 0 vs 1 indexing causing diagnostics to occur at the wrong locations
- feat(server): add a version checker
- feat(readme, #2): update readme and add demo gif
- feat(ci, #4): automatically populate changelog
- fix(ci): lint all rust code