From 940c2e05a72f27bd4ed008d4c903aeed43bb788b Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Sun, 7 Jul 2024 14:15:01 +0800 Subject: [PATCH 1/3] Add lsp-bridge in installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index fd7dd5ce6d..b0983bd701 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -87,7 +87,7 @@ Sublime text users can install both [LSP](https://packagecontrol.io/packages/LSP ### Emacs *⚠ basedpyright has not been tested on this editor. if you run into issues with these instructions, please raise an issue.* -Emacs users can install [eglot](https://github.com/joaotavora/eglot) or [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright). +Emacs users can install [eglot](https://github.com/joaotavora/eglot), [lsp-bridge](https://github.com/manateelazycat/lsp-bridge) or [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright). ### PyCharm From 742caf9a40867c700406920c2ed00ad1ca81d6f6 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Sun, 7 Jul 2024 15:24:33 +0800 Subject: [PATCH 2/3] Remove warning for Emacs --- docs/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index b0983bd701..4a88c0c781 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -85,7 +85,6 @@ Vim users can install [coc-basedpyright](https://github.com/fannheyward/coc-base Sublime text users can install both [LSP](https://packagecontrol.io/packages/LSP) and [LSP-basedpyright](https://packagecontrol.io/packages/LSP-basedpyright) via [Package Control](https://packagecontrol.io). ### Emacs -*⚠ basedpyright has not been tested on this editor. if you run into issues with these instructions, please raise an issue.* Emacs users can install [eglot](https://github.com/joaotavora/eglot), [lsp-bridge](https://github.com/manateelazycat/lsp-bridge) or [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright). From 3a7f4e9866b1efd4edf8fd17f8d652039035b196 Mon Sep 17 00:00:00 2001 From: detachhead Date: Sun, 7 Jul 2024 17:36:28 +1000 Subject: [PATCH 3/3] remove links to emacs LSP projects that don't support basedpyright --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 4a88c0c781..e3948452e1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -86,7 +86,7 @@ Sublime text users can install both [LSP](https://packagecontrol.io/packages/LSP ### Emacs -Emacs users can install [eglot](https://github.com/joaotavora/eglot), [lsp-bridge](https://github.com/manateelazycat/lsp-bridge) or [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright). +Emacs users can install [lsp-bridge](https://github.com/manateelazycat/lsp-bridge). ### PyCharm