Releases: slackhq/vscode-hack
Releases · slackhq/vscode-hack
v2.10.0
- Auto-start Hack typechecker on workspace load. Thanks antoniodejesusochoasolano!
- Syntax highlighting improvements
v2.9.7
- Syntax highlighting fix (adding missed
Pair
literal).
v2.9.5
v2.9.4
- Fix for "Invalid variable attributes" error in debugger panel when stopped on a breakpoint.
v2.9.3
- Syntax highlighting fixes
- Remove deprecated PHP snippets
v2.9.2
- Fix
NOTICE.md
file, which was accidentally left blank in the last release.
v2.9.1
v2.9.0
- 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
v2.8.0
- 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.