Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 0018d5c

Browse files
committed
Fix incorrect value of autoSearchPaths.
1 parent 68c6dfb commit 0018d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lsp-python-ms.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ other handlers. "
371371
("python.analysis.warnings" lsp-python-ms-warnings)
372372
("python.analysis.information" lsp-python-ms-information)
373373
("python.analysis.disabled" lsp-python-ms-disabled)
374-
("python.analysis.autoSearchPaths" ,(> (length lsp-python-ms-extra-paths) 0) t)))
374+
("python.analysis.autoSearchPaths" ,(<= (length lsp-python-ms-extra-paths) 0) t)))
375375

376376
(lsp-register-client
377377
(make-lsp-client

0 commit comments

Comments
 (0)