From bb155f3593901403c2e24bec10d920d3dd41d5f8 Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Wed, 20 Dec 2023 17:01:08 +0000 Subject: [PATCH] chore: add pytest-lsp and lsp-devtools to Implementations.md --- Implementations.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Implementations.md b/Implementations.md index 811ed17f..d4f3e342 100644 --- a/Implementations.md +++ b/Implementations.md @@ -23,3 +23,10 @@ | _zc.buildout Language Server_ | [Jérome Perrin](https://github.com/perrinjerome) | [zc.buildout.languageserver](https://github.com/perrinjerome/vscode-zc-buildout) | Language Server for [zc.buildout](http://docs.buildout.org/en/latest/) profiles. | ## _(alphabetic by name, maintainer)_ + +# Tools Based on _pygls_ + +| Name | Maintainer | Repository (optional) | Notes | +|--------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| +| _lsp-devtools_ | [Alex Carney](https://github.com/alcarney) | [lsp-devtools](https://github.com/swyddfa/lsp-devtools) | An experiment in building web browser inspired developer tooling for language servers | +| _pytest-lsp_ | [Alex Carney](https://github.com/alcarney) | [lsp-devtools](https://github.com/swyddfa/lsp-devtools) | pytest plugin for testing language servers |