Restart language server if interpreter path of selected environment changes #18995
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
bug
Issue identified by VS Code Team member as probable bug
verified
Verification succeeded
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Now that we support conda environments without python, installing python into those environments should result in restart of language servers as the python that is being used by the env changes. We can use
vscode-python/src/client/interpreter/display/index.ts
Line 52 in 787fa5a
vscode-python/src/client/interpreter/interpreterService.ts
Line 200 in f1d0509
Related: #18964
The text was updated successfully, but these errors were encountered: