swyddfa / esbonio

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

Saving `conf.py` doesn't trigger Sphinx app reloads with `confDir` explicitly set #459

Closed alcarney closed 11 months ago

alcarney commented 1 year ago

Using a config like

{
  "esbonio.sphinx.confDir": "${workspaceRoot}/docs"
}

and saving the conf.py file doesn't seem to trigger a refresh of the Sphinx app. But without an explicit config, the app refresh seems to work as expected, likely another symptom of the issues seen in #326

It also seems to only be an issue on Windows.

alcarney commented 11 months ago

Closing in favour of #647