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

v0.315.0

Compare
Choose a tag to compare
@tjfryan tjfryan released this 13 Jun 19:35
· 2127 commits to master since this release

General

  • Reduced flakiness of cmd+click with LSP providers (e.g. Hack, OCaml).
  • Fix error when reloading Atom after remote files are saved locally.

Task Runner toolbar

  • Moved action buttons (Build, Install, Debug, Test) to the right of the toolbar to improve UX flow

Debuggers

  • Updated Stop button tooltip to indicate if the debugger is going to detach or kill the target if stopped
  • Added ability to copy text from the Scopes pane
  • Hack/PHP Debugger: Fixed issue causing “Undefined Variable” errors to be printed to the console when hovering over variable names in the text editor
  • Native/C++ Debugger: Added support for specifying paths starting with “~/” to indicate home directory in the Launch dialog