fix(python): remove 'basedpyright --stdio'

Seems 'basedpyright' doesn't support --stdio and
'basedpyright-langserver' is expected for this use case.

Fix: #8436
Amend: 5776adc6be
This commit is contained in:
Henrik Lissner
2025-09-15 19:29:22 -04:00
parent e10477d6d1
commit 95a375182b

View File

@@ -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")