This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -360,11 +360,13 @@ other handlers. "
360
360
(error (concat " Cannot find Microsoft Python Language Server executable! It's expected to be "
361
361
lsp-python-ms-executable))))
362
362
363
- (lsp-register-custom-settings '((" python.analysis.cachingLevel" lsp-python-ms-cache)))
364
- (lsp-register-custom-settings '((" python.analysis.errors" lsp-python-ms-errors)))
365
- (lsp-register-custom-settings '((" python.analysis.warnings" lsp-python-ms-warnings)))
366
- (lsp-register-custom-settings '((" python.analysis.information" lsp-python-ms-information)))
367
- (lsp-register-custom-settings '((" python.analysis.disabled" lsp-python-ms-disabled)))
363
+ (lsp-register-custom-settings
364
+ '((" python.analysis.cachingLevel" lsp-python-ms-cache)
365
+ (" python.analysis.errors" lsp-python-ms-errors)
366
+ (" python.analysis.warnings" lsp-python-ms-warnings)
367
+ (" python.analysis.information" lsp-python-ms-information)
368
+ (" python.analysis.disabled" lsp-python-ms-disabled)
369
+ (" python.analysis.autoSearchPaths" (> (length lsp-python-ms-extra-paths) 0 ) t )))
368
370
369
371
(lsp-register-client
370
372
(make-lsp-client
You can’t perform that action at this time.
0 commit comments