Skip to content

Releases: slackhq/vscode-hack

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.

v2.18.0

29 Feb 18:27

Choose a tag to compare

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