From 409e53e2cd461a08f15ac7d66e01874116d5a418 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Mon, 13 Nov 2023 20:27:45 +0000 Subject: [PATCH] Update README --- lib/lsp-devtools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lsp-devtools/README.md b/lib/lsp-devtools/README.md index 56edc7c..3f08810 100644 --- a/lib/lsp-devtools/README.md +++ b/lib/lsp-devtools/README.md @@ -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/)