Set python.pythonPath
dynamically
#541
Unanswered
kevinli1993
asked this question in
Q&A
Replies: 1 comment
-
I've been using It will use my virtual environment's python path if it is activated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! The wiki gives the following example for setting up
pyright
:What I would like to achieve is to set
python.pythonPath
dynamically, e.g. based on the path of the buffer being visited.In general, is it possible to set the options for LspAddServer dynamically/programmatically, perhaps based on autocmd's?
Beta Was this translation helpful? Give feedback.
All reactions