Skip to content

Commit

Permalink
Esbonio VSCode Extension Release v0.95.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2024
1 parent 5f1a6e0 commit 44daa57
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
19 changes: 19 additions & 0 deletions code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v0.95.2 - 2024-09-22

### Enhancements

- Expose the `esbonio.sphinx.configOverrides` option ([#785](https://github.com/swyddfa/esbonio/issues/785))

### Misc

- Drop support for Python 3.8 ([#858](https://github.com/swyddfa/esbonio/issues/858))
- Add support for Python 3.13 ([#859](https://github.com/swyddfa/esbonio/issues/859))
- **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](https://docs.esbon.io/en/latest/lsp/howto/use-esbonio-with.html) ([#881](https://github.com/swyddfa/esbonio/issues/881))


## v0.95.1 - 2024-07-23


Expand Down
1 change: 0 additions & 1 deletion code/changes/785.enhancement.md

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/858.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion code/changes/859.misc.md

This file was deleted.

7 changes: 0 additions & 7 deletions code/changes/881.misc.md

This file was deleted.

2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Esbonio Developers",
"publisher": "swyddfa",
"license": "MIT",
"version": "0.95.1",
"version": "0.95.2",
"keywords": [
"sphinx",
"documentation"
Expand Down

0 comments on commit 44daa57

Please sign in to comment.