From 731c4db4d73557f0089e8500a36e98487ff26663 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 24 Feb 2025 17:12:31 +0000 Subject: [PATCH] Fix command for starting basedpyright-langserver --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c2194ba..5546978 100644 --- a/init.el +++ b/init.el @@ -1062,7 +1062,7 @@ (eglot-autoreconnect (* 60 5)) (eglot-events-buffer-config '(:size 0)) :config - (add-to-list 'eglot-server-programs '((python-mode python-ts-mode) "basedpyright" "--stdio")) + (add-to-list 'eglot-server-programs '((python-mode python-ts-mode) "basedpyright-langserver" "--stdio")) (add-to-list 'eglot-server-programs '(scad-mode "openscad-lsp")) (setq-default eglot-workspace-configuration '( :basedpyright ( :typeCheckingMode "recommended"