Skip to content

Esbonio VSCode Extension v0.7.3 - 2022-03-07

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 00:21
· 0 commits to 73ea9913eb4cfa6ce49b757907dde23836ae2829 since this release

v0.7.3 - 2022-03-07

Fixes

  • Duplicate output channels are no longer created in the event of a language server crash. (#287)
  • Changes to esbonio.server.logLevel no longer require VSCode to be restarted to take effect client side. (#301)
  • Options such as esboino.server.logLevel can now be set on a per-project basis. (#302)

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)