Vscode Hack Versions Save

Hack language & HHVM debugger support for Visual Studio Code

v2.10.0

3 years ago

v2.9.7

3 years ago
  • Syntax highlighting fix (adding missed Pair literal).

v2.9.5

3 years ago
  • Syntax highlighting improvements. Thanks Wilfred!

v2.9.4

4 years ago
  • Fix for "Invalid variable attributes" error in debugger panel when stopped on a breakpoint.

v2.9.3

4 years ago
  • Syntax highlighting fixes
  • Remove deprecated PHP snippets

v2.9.2

4 years ago
  • Fix NOTICE.md file, which was accidentally left blank in the last release.

v2.9.1

4 years ago
  • Better error messages when hh_client connection fails and extension is running in remote mode (using either SSH or Docker). Thanks icechen1!

v2.9.0

4 years ago
  • New launchUrl option in debugger attach config automatically invokes a web request once the debugger is attached, and detaches when the request is complete.

v2.8.1

4 years ago
  • Syntax highlighting improvements. Thanks scotchval!

v2.8.0

4 years ago
  • If the IDE session is connected to a remote typechecker of type docker, scripts run via the launch debug target now automatically start in the Docker container instead of the host machine. Stopping on breakpoints isn’t yet supported in this mode.