swyddfa / esbonio

A language server for working with Sphinx projects.
https://docs.esbon.io/
121 stars 21 forks source link

Reload Sphinx when the configuration changes #750

Closed alcarney closed 3 months ago

alcarney commented 3 months ago

The server will now automatically reload Sphinx when it detects changes to the configuration. Note: This is not #647, but instead changes to the esbonio.sphinx config namespace.

This also updates the VSCode extension so that it notifies the server when the user's Python environment changes. Closes #703