Set lsp-pyright to multi-root mode to avoid "too many open files" error
This commit is contained in:
parent
fbcb31a674
commit
c62c40cb4a
@ -72,7 +72,7 @@
|
||||
(lsp-deferred)))
|
||||
:custom
|
||||
(lsp-pyright-use-library-code-for-types t)
|
||||
(lsp-pyright-multi-root nil)
|
||||
(lsp-pyright-multi-root t)
|
||||
:general
|
||||
(python-mode-map "C-c C-d" #'lsp-describe-thing-at-point))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user