Skip to content

Commit 44daa57

Browse files
Esbonio VSCode Extension Release v0.95.2
1 parent 5f1a6e0 commit 44daa57

File tree

6 files changed

+20
-11
lines changed

6 files changed

+20
-11
lines changed

code/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v0.95.2 - 2024-09-22
2+
3+
### Enhancements
4+
5+
- Expose the `esbonio.sphinx.configOverrides` option ([#785](https://github.com/swyddfa/esbonio/issues/785))
6+
7+
### Misc
8+
9+
- Drop support for Python 3.8 ([#858](https://github.com/swyddfa/esbonio/issues/858))
10+
- Add support for Python 3.13 ([#859](https://github.com/swyddfa/esbonio/issues/859))
11+
- **IMPORTANT!**
12+
13+
The VSCode extension will no longer automatically inject the currently active Python interpreter into the configuration sent to the server.
14+
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.
15+
16+
This makes VSCode's behavior more predicable and brings it in line with how other editors behave.
17+
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))
18+
19+
120
## v0.95.1 - 2024-07-23
221

322

code/changes/785.enhancement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/858.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/859.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/881.misc.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Esbonio Developers",
99
"publisher": "swyddfa",
1010
"license": "MIT",
11-
"version": "0.95.1",
11+
"version": "0.95.2",
1212
"keywords": [
1313
"sphinx",
1414
"documentation"

0 commit comments

Comments
 (0)