Skip to content

Releases: slackhq/vscode-hack

v2.7.1

28 Oct 21:45
Compare
Choose a tag to compare
  • Syntax highlighting fixes. Thanks lildude!

v2.7.0

17 Oct 17:27
Compare
Choose a tag to compare
  • Lots of syntax highlighting updates. Thanks tspence!

v2.6.0

16 Sep 19:49
Compare
Choose a tag to compare
  • Config values now support the ${workspaceFolder} variable.

v2.5.1

26 Jul 23:49
Compare
Choose a tag to compare
  • Fix — in later HHVM versions the LSP doesn't send over connection status, so hide the status bar indicator for those cases.

v2.5.0

25 Jul 19:57
Compare
Choose a tag to compare
  • New connection indicator in the editor status bar which shows HHVM version & LSP status/errors. This should make it easier to debug problems in IDE functionality related to hh_server crashes or restarts.

v2.4.1

23 Jul 22:39
Compare
Choose a tag to compare
  • Bug fixes in coverage checker
  • Syntax highlighting updates

v2.4.0

15 May 21:03
e8a2359
Compare
Choose a tag to compare
  • Add support for Unix domain sockets for debugger "attach" target.

v2.3.0

07 May 00:52
e834500
Compare
Choose a tag to compare
  • Show modal asking users to reload the workspace on changes to hack.remote.* configuration settings.

v2.2.0

22 Apr 21:22
a4708b3
Compare
Choose a tag to compare
  • Syntax Highlighting Updates — Support for __dispose, __disposeAsync, newtype and async.

v2.1.0

08 Mar 22:15
f94beed
Compare
Choose a tag to compare
  • Syntax Highlighting Updates — Editor will now recognize arraykey, nonnull, dict, vec and keyset as valid storage types.