Skip to content

Esbonio VSCode Extension v0.95.2 - 2024-09-22

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 16:45
· 85 commits to develop since this release

v0.95.2 - 2024-09-22

Enhancements

  • Expose the esbonio.sphinx.configOverrides option (#785)

Misc

  • Drop support for Python 3.8 (#858)

  • Add support for Python 3.13 (#859)

  • Update bundled version of esbonio to 1.0.0b7

  • IMPORTANT!

    The VSCode extension will no longer automatically inject the currently active Python interpreter into the configuration sent to the server.
    It is now required for all users to set the esbonio.sphinx.pythonCommand option, either in your VSCode settings, or in your project's pyproject.toml file.

    This makes VSCode's behavior more predicable and brings it in line with how other editors behave.
    It also encourages the sharing of project configuration settings, which is particuarly useful if you use an environment manager (#881)