lang/python: lsp-python-ms-python-executable-cmd = python-shell-interpreter
This commit is contained in:
parent
88857b34ed
commit
9f332c0201
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@ called.")
|
||||||
:init
|
:init
|
||||||
(setq lsp-python-ms-dir (concat doom-etc-dir "mspyls/"))
|
(setq lsp-python-ms-dir (concat doom-etc-dir "mspyls/"))
|
||||||
|
|
||||||
|
(after! python
|
||||||
|
(setq lsp-python-ms-python-executable-cmd python-shell-interpreter))
|
||||||
|
|
||||||
;; HACK lsp-python-ms shouldn't install itself if it isn't present. This
|
;; HACK lsp-python-ms shouldn't install itself if it isn't present. This
|
||||||
;; circumvents LSP falling back to pyls when lsp-python-ms is absent.
|
;; circumvents LSP falling back to pyls when lsp-python-ms is absent.
|
||||||
;; Installing the server should be a deliberate act; either 'M-x
|
;; Installing the server should be a deliberate act; either 'M-x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue