Esbonio VSCode Extension v0.7.3 - 2022-03-07
github-actions
released this
07 Mar 00:21
·
0 commits
to 73ea9913eb4cfa6ce49b757907dde23836ae2829
since this release
v0.7.3 - 2022-03-07
Fixes
Enhancements
- The status bar has been re-implemented as a collection of language status items. (#240)
- The server can now be restarted by clicking on the relevant language status item (#241)
- Add option esbonio.server.enabledInPyFiles which allows the user to disable the language server in Python files. (#285)
- All extension log output has been unified into a single output channel. (#287)
- Add option esbonio.server.entryPoint which allows the user to set an entry point. Also add options esbonio.server.includedModules and esbonio.server.excludedModules to allow the user to control which modules are loaded in the server configuration. (#288)
- The esbonio.server.pythonPath configuration option now supports paths relative to ${workspaceRoot} (#300)
Misc
- Add soft dependency on trond-snekvik.simple-rst in favour of using bespoke grammar rules. (#279)
- This extension now requires the Esbonio language server version to be >= 0.9.0 (#308)