From 95a375182b71aaa8bd99f2a25a800bc60b9d47c3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 15 Sep 2025 19:29:22 -0400 Subject: [PATCH] fix(python): remove 'basedpyright --stdio' Seems 'basedpyright' doesn't support --stdio and 'basedpyright-langserver' is expected for this use case. Fix: #8436 Amend: 5776adc6be94 --- modules/lang/python/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 5d28b0ea8..5299fb604 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -39,7 +39,6 @@ ;; (based)pyright executables. (set-eglot-client! '(python-mode python-ts-mode) "pylsp" "pyls" - '("basedpyright" "--stdio") '("basedpyright-langserver" "--stdio") '("pyright" "--stdio") '("pyright-langserver" "--stdio")