LSP Devtools v0.1.0 - 2023-01-10
github-actions
released this
10 Jan 23:19
·
0 commits
to c77ef6432b8aec7c597be799a221863eb409e0db
since this release
v0.1.0 - 2023-01-10
Features
Updated record command.
It is now capable of live streaming messages sent between a client and server to stdout, plain text files or a SQLite database.
It also offers a number of filters for selecting the messages you wish to record, as well as a (WIP!) format string syntax for controlling how messages are formatted. (#26)
Add tui command.
A proof of concept devtools TUI implemented in textual, that live updates with the LSP messages sent between client and server!
Requires the server be wrapped in an agent. (#27)
Misc
- Migrated to v1.0 (#26)