Releases: slackhq/vscode-hack
Releases · slackhq/vscode-hack
v2.7.1
v2.7.0
v2.6.0
- Config values now support the
${workspaceFolder}
variable.
v2.5.1
- 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
- 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
- Bug fixes in coverage checker
- Syntax highlighting updates
v2.4.0
- Add support for Unix domain sockets for debugger "attach" target.
v2.3.0
- Show modal asking users to reload the workspace on changes to
hack.remote.*
configuration settings.
v2.2.0
- Syntax Highlighting Updates — Support for
__dispose
,__disposeAsync
,newtype
andasync
.
v2.1.0
- Syntax Highlighting Updates — Editor will now recognize
arraykey
,nonnull
,dict
,vec
andkeyset
as valid storage types.