Skip to content

Esbonio VSCode Extension v0.10.5 - 2022-11-05

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 13:18
· 926 commits to develop since this release

v0.10.5 - 2022-11-05

Fixes

  • The extension no longer shows an annoying second error notification when you dismiss install/update requests. (#286)
  • An error while checking for the latest release of the language server no longer prevents the existing server from starting. (#454)
  • Language status items should no longer disappear on Windows when configured using explicit filepaths. (#458)
  • The preview panel should now open on Windows when configured with explicit file paths (#466)

Enhancements

  • Add esbonio.server.showDeprecationWarnings option.

    This is flag is primarily aimed at developers working either directly on esbonio, or one of its extensions.
    When enabled, any warnings (such as DeprecationWarnings) will be logged and published to the client as diagnostics. (#443)

  • The extension now gives the option for you to disable the language server when it requests you install/update it. (#468)

Misc

  • The default value for the esbonio.server.updateFrequency setting has been changed to never. (#454)
  • Ensure npm deps are installed in release pipeline (#482)
  • Fix broken release pipeline (#480)
  • Fix VSCode packaging step in release pipeline (#481)