swyddfa / esbonio

A language server for working with Sphinx projects.

Home Page:https://docs.esbon.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode extension does not notify server when python interpreter is changed

alcarney opened this issue · comments

While the VSCode extension sends a workspace/didChangeConfiguration message when the user changes esbonio.* options, no such message is sent when the user chooses a new Python interpreter to use in a given workspace.

This means the server will carry on using whichever python interpreter was configured first and not be able to react to the change.