mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
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:
@@ -39,7 +39,6 @@
|
|||||||
;; (based)pyright executables.
|
;; (based)pyright executables.
|
||||||
(set-eglot-client! '(python-mode python-ts-mode)
|
(set-eglot-client! '(python-mode python-ts-mode)
|
||||||
"pylsp" "pyls"
|
"pylsp" "pyls"
|
||||||
'("basedpyright" "--stdio")
|
|
||||||
'("basedpyright-langserver" "--stdio")
|
'("basedpyright-langserver" "--stdio")
|
||||||
'("pyright" "--stdio")
|
'("pyright" "--stdio")
|
||||||
'("pyright-langserver" "--stdio")
|
'("pyright-langserver" "--stdio")
|
||||||
|
Reference in New Issue
Block a user