Alex Nørgaard
Alex Nørgaard
I can confirm 171.0.0 is the issue, after downgrading to 170.0.0 the functionality is restored. Please let me know if you need any information I may have missed! :)
Hi, sorry for the delay! I updated to 172.0.0 and restarted my editor. No live preview and closing and re-opening the preview shows no changes. My status bar (at the...
You were correct, I had a workspace setting to disable the language server which I seemingly forgotten about. I now have `esbonio: idle` in my status bar. However when I...
It seems we're moving further along! The change suggested helped. It is working to an extent, but the errors are now like this: ```py ... # Truncated many more /home/penumbra/projects/other/dpy/docs/intents.rst::...
> Can you try to use the following settings? > > ``` > { > "restructuredtext.confPath": "${workspaceFolder}/docs" > } > ``` > > There seems to be a bug on...
Removing all settings but that seems like a regression? I now see the following:  The path the error mentions is: `/home/penumbra/projects/other/dpy/docs/_build/html/guide/topics/threads.html` Which is correct, the `/home/penumbra/projects/other/dpy/docs/_build/html/` directory is empty....
Sadly 173.0.0 did not correct the issue, see below:  I attached a screenshot of the full IDE in the event there has been a misunderstanding of the folder structure,...
> Thanks. It's desired that we go back to this `_static/scorer.js` issue. > > When you said "I had to manually build the html with the sphinx-build cli", what was...
> If without `cd docs/`, what's the output of `sphinx-build -a -E -n -T -W --keep-going docs docs/_build`? Will that give you the same `_static/scorer.js` error? It does indeed.
Oh, that makes sense! Is it possible to override the working directory, or something similar like that? So that it runs within the `docs/` subfolder?