Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Nov 13, 2023
1 parent fced6e8 commit 409e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lsp-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ While this is a Python package, it can be used with language servers written in

Available commands:

- `agent`: Wraps a language server, allows the other commands to access the messages sent between client and server.
- `agent`: Wrap a language server allowing other commands to access the messages sent to and from the client
- `client`: **Experimental** a language client with an embedded inspector. Powered by [textual](https://textual.textualize.io/)
- `record`: Connects to an agent and record traffic to file, sqlite db or console. Supports filtering and formatting the output
- `inspect`: A text user interface to visualise and inspect LSP traffic. Powered by [textual](https://textual.textualize.io/)
Expand Down

0 comments on commit 409e53e

Please sign in to comment.