You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server should start automatically in the background and keep running.
According to the logs, the Python interpreter is selected correctly (pyenv virtual environment).
I'm also using uv as a package manager, if that information helps debugging.
Actual behavior
The server fails to start and the preview and autocomplete features do not work. Whenever I try to open a preview I get
[esbonio.ProjectManager] No applicable project for uri: file:///Users/USERNAME/code/my-repo/docs/source/index.rst
[esbonio.ProjectManager] No applicable project for uri: file:///Users/USERNAME/code/my-repo/docs/source/index.rst
[esbonio.PreviewManager] Previewing file: 'file:///Users/USERNAME/code/my-repo/docs/source/index.rst'
[esbonio.SphinxManager] No applicable client for uri: file:///Users/USERNAME/code/my-repo/docs/source/index.rst
[client] Result: null
Judging from the logs, I think most things are working however, the server is not able to find your Sphinx project (#779).
Since you are using the pre-release version, there are some breaking changes - the old config values like esbonio.sphinx.confDir no longer work, instead you can set esbonio.sphinx.buildCommand to something like ["sphinx-build", "-M", "html", "docs/source", "docs/build"] which should be enough to help the server find the project.
It's also worth noting that the pre-release version is not yet feature complete, so many features include most auto completions are not yet available.
It's also worth noting that the pre-release version is not yet feature complete, so many features include most auto completions are not yet available.
I'm coming from the restructuredText extension and had the esbonio server installed manually before. There was a notifce to use this extension and it seems like it installed the pre-release by default. Switched back to the latest release version for now and it works, thanks!
Expected behavior
The server should start automatically in the background and keep running.
According to the logs, the Python interpreter is selected correctly (
pyenv
virtual environment).I'm also using
uv
as a package manager, if that information helps debugging.Actual behavior
The server fails to start and the preview and autocomplete features do not work. Whenever I try to open a preview I get
Log output
(Optional) Settings from conf.py
No response
The text was updated successfully, but these errors were encountered: