From daf2c8fd750a9b98f12ac1c1e2e97299681d490f Mon Sep 17 00:00:00 2001 From: Hai Bo Date: Tue, 22 Oct 2024 15:01:24 +0100 Subject: [PATCH] remove unsupported extension --- Implementations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Implementations.md b/Implementations.md index 08a8b89d..1da65cac 100644 --- a/Implementations.md +++ b/Implementations.md @@ -13,7 +13,6 @@ | _Jedi Language Server_ | [Samuel Roeca](https://softwarejourneyman.com/pages/about.html#about) | [jedi-language-server](https://github.com/pappasam/jedi-language-server) | Python Language Server wrapping [Jedi](https://github.com/davidhalter/jedi) | | _RPM Spec Language Server_ | [Dan Čermák](https://github.com/dcermak) | [rpm-spec-language-server](https://github.com/dcermak/rpm-spec-language-server/) | Language Server for RPM Spec files | | _Ruff Language Server_ | [Charlie Marsh](https://github.com/charliermarsh) | [ruff-lsp](https://github.com/charliermarsh/ruff-lsp) | Language Server for Python's [ruff](https://github.com/charliermarsh/ruff) | -| _Stata Language Server_ | [Hai Bo](https://github.com/HankBO) | [stata-language-server](https://github.com/HankBO/stata-language-server) | Language Server for [Stata](https://www.stata.com/) | | _Systemd Language Server_ | [Paweł Sacawa](https://github.com/psacawa) | [systemd-language-server](https://github.com/psacawa/systemd-language-server) | Systemd Unit File Language Server | _VSCode `autopep8` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-autopep8](https://github.com/microsoft/vscode-autopep8) | VSCode extension for Python's [autopep8](https://github.com/hhatto/autopep8) | | _VSCode `black` extension_ | [Microsoft](https://github.com/microsoft) | [vscode-black-formatter](https://github.com/microsoft/vscode-black-formatter) | VSCode extension for Python's [black](https://github.com/psf/black) |