emacs-lsp / lsp-python-ms

lsp-mode :heart: Microsoft's python language server
https://emacs-lsp.github.io/lsp-python-ms
BSD 3-Clause "New" or "Revised" License
190 stars 41 forks source link

check for venv dirs sibling to parent dirs (#126) #127

Closed andrew-christianson closed 4 years ago

andrew-christianson commented 4 years ago

I think this resolves #126 and #122. We check first if we're in a path inside a venv (to address the latter issue) and then check if any siblings of our parent directories are a venv.

seagle0128 commented 4 years ago

It looks fine. Thank you!