-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiroot workspaces with the VS Analysis Engine #1149
Comments
VSC can automatically run multiple language servers (one per workspace root). Just need to verify. |
Based on my initial investigation this is most certainly possible within the Extension. |
This should only lazily load an instance of the language server based on whether a workspace has actually opened a Python file (and set the interpreter). |
How does this analysis engine work with a multi root workspace?
E.g. workspace folder A & B contain two separate versions of Python.
Will we have only one analysis engine or two, will they all use the same version of python?
So far VS project has same interpreter. But not per folder. However, solution can have multiple projects with different interpreters.
The text was updated successfully, but these errors were encountered: