Vscode Hack Versions Save

Hack language & HHVM debugger support for Visual Studio Code

v2.20.0

3 weeks ago
  • Update comment syntax (from # to //) in snippets. Thanks Glitched!

v2.19.0

2 months ago
  • New status bar indicator for LSP -> hh_server connectivity issues.

v2.18.0

2 months ago
  • New autocomplete helpers for JSDoc comment blocks (/** ... */).
  • Removed onDebug as an activation event to prevent unnecessary extension activations.

v2.17.1

10 months ago
  • Automated and manual security fixes for dependencies.
  • Minor project housekeeping:
    • Updated some package paths (vscode-debugadapter, vscode-debugprotocol and vsce all moved under the @vscode npm org).
    • Added some required OSS notices to the repo.

v2.16.0

1 year ago

v2.15.0

1 year ago
  • Syntax highlighting for await and concurrent. Thanks Wilfred!
  • Syntax highlighting for modules. Thanks panopticoncentral!

v2.14.0

1 year ago
  • Lots of syntax highlighting fixes. Thanks Wilfred!
  • Fix file path mappings on Windows. Thanks skoro!

v2.13.0

2 years ago
  • Removed custom workspace trust mechanism, since VS Code now has it built-in (thanks @fredemmott)!
  • Automated publishing of extension package as a release asset.

v2.12.0

2 years ago
  • Reverted expression-trees syntax highlighting rule due to performance issues.
  • Removed error suppression code action.

v2.11.0

2 years ago
  • Syntax highlighting improvements. Thanks Wilfred!
  • Hack error suppression action in LSP mode. Thanks icechen1!
  • #region folding support. Thanks turadg!