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

Commit 671c9ac

Browse files
committed
Fix #71: Wrong type argument: json-value-p, lsp-python-ms-extra-paths.
1 parent 366097c commit 671c9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp-python-ms.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,12 @@ other handlers. "
361361
lsp-python-ms-executable))))
362362

363363
(lsp-register-custom-settings
364-
'(("python.analysis.cachingLevel" lsp-python-ms-cache)
364+
`(("python.analysis.cachingLevel" lsp-python-ms-cache)
365365
("python.analysis.errors" lsp-python-ms-errors)
366366
("python.analysis.warnings" lsp-python-ms-warnings)
367367
("python.analysis.information" lsp-python-ms-information)
368368
("python.analysis.disabled" lsp-python-ms-disabled)
369-
("python.analysis.autoSearchPaths" (> (length lsp-python-ms-extra-paths) 0) t)))
369+
("python.analysis.autoSearchPaths" ,(> (length lsp-python-ms-extra-paths) 0) t)))
370370

371371
(lsp-register-client
372372
(make-lsp-client

0 commit comments

Comments
 (0)