Skip to content

Releases: slackhq/vscode-hack

v2.10.0

11 Sep 18:44
Compare
Choose a tag to compare

v2.9.7

18 Aug 18:03
Compare
Choose a tag to compare
  • Syntax highlighting fix (adding missed Pair literal).

v2.9.5

16 Aug 01:17
e5d9072
Compare
Choose a tag to compare
  • Syntax highlighting improvements. Thanks Wilfred!

v2.9.4

02 Mar 19:41
Compare
Choose a tag to compare
  • Fix for "Invalid variable attributes" error in debugger panel when stopped on a breakpoint.

v2.9.3

30 Jan 19:35
Compare
Choose a tag to compare
  • Syntax highlighting fixes
  • Remove deprecated PHP snippets

v2.9.2

17 Dec 23:04
Compare
Choose a tag to compare
  • Fix NOTICE.md file, which was accidentally left blank in the last release.

v2.9.1

17 Dec 01:21
Compare
Choose a tag to compare
  • 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

22 Nov 19:01
Compare
Choose a tag to compare
  • 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

20 Nov 00:50
Compare
Choose a tag to compare
  • Syntax highlighting improvements. Thanks scotchval!

v2.8.0

31 Oct 01:25
Compare
Choose a tag to compare
  • 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.