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

v0.11.2

Compare
Choose a tag to compare
@hansonw hansonw released this 10 May 06:03
· 916 commits to master since this release

General

  • Fixed indentation bug in outline view. (#176)
  • Fixed console scroll behavior where the console wouldn't allow the user to scroll while new messages were coming in.
  • Diagnostics popups are now scrollable, with a fixed maximum height.
  • Removed NODE_PATH override that was sometimes causing issues. (see #64)
  • Added a scoped setting to enable/disable signature help.

Debugger

  • Made the 'multi-line' tip in the debugger console more compact.
  • The debugger console now stays focused when the debugger hits a breakpoint.
  • Fixed duplicate debugger tabs when switching hostnames.
  • Added shortcut for the "Debugger" menu on Windows (alt-d). (#206)

Terminal

  • Clicking on absolute paths in the terminal now opens the file in Atom.
  • Fixed a bug where the terminal scrollbar would be unclickable.