Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

0.5.2

Compare
Choose a tag to compare
@hansonw hansonw released this 20 Oct 17:04
· 1511 commits to master since this release

Diagnostics

  • Gutter icons now match the table icons.
  • Added an "auto-visibility" setting to automatically show/hide the diagnostics panel when diagnostics are available (#88)
  • LinterV2 callback solutions are now supported.

Datatips

  • Added a max-height to prevent datatips from filling the screen.
  • Fixed forced editor re-rendering on keystrokes (#94)
  • Fixed flickering on Windows (#20)

Outlines

  • The search box now gets focus when the panel is toggled.
  • Added a landingPosition property to the outline API.

Other

  • Signature Help: Signatures no longer persist for a moment after deleting a line.
  • Improved performance of debounced events throughout the package (#93)