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

Commit f0bd018

Browse files
committed
Enable lsp-python-ms-extra-paths in .dir.locals.
Close #56.
1 parent 0be5894 commit f0bd018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-python-ms.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ be prepended to the search path, and so will shadow duplicate
7373
names in search paths returned by the interpreter."
7474
:type '(repeat directory)
7575
:group 'lsp-python-ms)
76+
(make-variable-buffer-local 'lsp-python-ms-extra-paths)
7677

7778
(defcustom lsp-python-ms-python-executable-cmd "python"
7879
"Command to specify the Python command for the Microsoft Python Language Server.

0 commit comments

Comments
 (0)