Esbonio VSCode Extension v0.4.0 - 2021-02-03
·
0 commits
to 8bb38457b85632e6303eb89758baf4a4da2e5d00
since this release
v0.4.0 - 2021-02-03
Features
- Expose an esbonio.log.level config option that allows the level of logging output to be configured (#85)
- Add esbonio.server.updateFrequency option that controls how often the extension should check for updates. Valid values are daily, weekly, monthly and never` (#88)
- Add esbonio.server.updateBehavior option that controls how updates should be applied. Valid values are promptAlways, promptMajor and automatic (#89)
Fixes
- Fix edge cases around syntax highlighting bold/italic elements. (#47)
- The extension now activates when it detects a sphinx project (#49)
- The language client now also listens to changes in Python files so that we can pick up changes in the project's conf.py` (#50)
- Fix edge cases around syntax highlighting inline code snippets (#70)