Skip to content

Esbonio VSCode Extension v0.9.0 - 2022-05-22

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 22:39
· 0 commits to ba49f1f788e30bda4f114deacebf80850eb5e421 since this release

v0.9.0 - 2022-05-22

Features

  • Add new esbonio.sphinx.copyBuildCommand and esbonio.sphinx.setBuildCommand commands. As the name suggests, the first command will copy the equivalent sphinx-build command to the clipboard while the set build command prompts for a set of sphinx-build arguments and updates the server's configuration accordingly. (#360)

Deprecated

  • The esbonio.server.hideSphinxOutput option has been deprecated in favour of the new esbonio.sphinx.quiet and esbonio.sphinx.silent options. It will be removed when the server reaches v1.0 (#360)

Misc

  • The esbonio.sphinx.numJobs configuration now defaults to 1 in line with sphinx-build defaults. (#374)