Skip to content

Esbonio VSCode Extension v0.7.0 - 2021-06-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 00:10
· 0 commits to be1c2fd78a8375a0c229374200f18fb99dae070c since this release

v0.7.0 - 2021-06-05

Features

  • Add the ability to preview the output from the html builder.` (#190)
  • Add a statusbar item that indicates the state of the language server. (#194)
  • VSCode will now syntax highlight C, C++, Javascript and Typescript code blocks (#205)

Fixes

  • Fix incorrect syntax highlighting of multiple links on a single line (#203)
  • VSCode now treats * characters as quotes, meaning selecting some text and entering a * will automatically surround that text rather than replacing it. (#204)

Misc

  • The cli arguments --cache-dir, --log-filter, --log-level and --hide-sphinx-output have been replaced with the configuration parameters esbonio.sphinx.buildDir, esbonio.server.logFilter, esbonio.logLevel and esbonio.server.hideSphinxOutput respectively (#185)
  • The language server's startup sequence has been reworked. Language clients are now required to provide configuration parameters under the initializationOptions field in the initialize request. (#192)