Skip to content

Releases: slackhq/vscode-hack

v3.0.5

14 Apr 13:04
969011d

Choose a tag to compare

3.0.5 (2026-04-14)

Bug Fixes

  • highlight upcast as a keyword in grammar (#228) (e443ed6)
  • highlight where as a keyword and add grammar snapshot tests (#217) (c8db747), closes #139
  • highlight indented heredoc strings correctly (#221) (2076eaf)
  • highlight parameters after inline shape default values (#220) (fa4ef0f)
  • highlight type parameters in constant declarations (#218) (40114cd)
  • log hh_client start errors (#214) (bddaaad)
  • nest paths filter under push and pull_request triggers (#229) (4bd4c3f)
  • relax minimum supported VSCode version (#236) (1573170)

v3.0.4

30 Mar 19:36
6257887

Choose a tag to compare

3.0.4 (2026-03-30)

Bug Fixes

  • build debugger as separate entrypoint (#210) (392ad3d)

v3.0.3

27 Mar 20:57
d9c69a6

Choose a tag to compare

3.0.3 (2026-03-27)

Bug Fixes

  • escape snippet variable in while snippet to fix VS Code warning (#206) (de60599)
  • use async setInterval() for periodic restart attempts (#204) (89627fb)

v3.0.2

27 Mar 18:07
bbe0316

Choose a tag to compare

3.0.2 (2026-03-27)

Bug Fixes

v3.0.1

27 Mar 17:01
2151058

Choose a tag to compare

3.0.1 (2026-03-27)

Bug Fixes

v3.0.0

27 Mar 16:22
5b83acc

Choose a tag to compare

3.0.0 (2026-03-27)

Features

  • implement automatic recovery for hh_client (#197) (1a227a8)

Miscellaneous Chores

v2.22.0

24 Nov 14:56
5d76825

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.20.0...v2.22.0

v2.21.0

24 Nov 14:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.20.0...v2.21.0

v2.20.0

24 Apr 13:33

Choose a tag to compare

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

v2.19.0

05 Mar 15:31

Choose a tag to compare

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