-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "build all" command to VSCode extension #445
Comments
I don't know if I am missing something, but I have pinned the command to restart the language server, so it is only a click away. I use it often. I have a large website to build, but rebuild all by restarting the language server is really fast and waiting is zero issue for me. |
Maybe I'm missing something too, but in my case, the table of contents in the sidebar isn't updated, even when I restart the language server. I'm using the sphinx-book-theme. |
Sounds like Sphinx's caching is getting in the way. Currently there is an But a command that only triggers a full build sounds like a good idea :) |
Thanks for pointing out the option, I must have overlooked it. Restarting the language server now updates the sidebar TOC as it should.
I'm glad to hear that! |
When you delete the Sphinx/Esbonio build folder before restarting the language server, the complete website is rebuilt, but you will need to close and reopen the Esbonio previewer when the language server is finished rebuilding. I use the Esbonio setting |
As well as a "build all" command, there should be the option to clear the build folder and start from scratch See: #609 (comment) |
A would like to see a "build all" command in the VSCode extension.
This is really helpfull when editing a toctree directive. The toctree isn't automatically updated on other pages, only when saving them again. So each and every page must be saved to inherit the updated toctree.
The text was updated successfully, but these errors were encountered: