Closed
Description
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
to check if interpreter path changes, or fire an event after finishes execution.Related: #18964