Skip to content

Releases: slackhq/vscode-hack

v2.17.1

10 Jul 23:23

Choose a tag to compare

  • Automated and manual security fixes for dependencies.
  • Minor project housekeeping:
    • Updated some package paths (vscode-debugadapter, vscode-debugprotocol and vsce all moved under the @vscode npm org).
    • Added some required OSS notices to the repo.

v2.16.0

03 Oct 22:41

Choose a tag to compare

v2.15.0

27 Sep 22:57

Choose a tag to compare

  • Syntax highlighting for await and concurrent. Thanks Wilfred!
  • Syntax highlighting for modules. Thanks panopticoncentral!

v2.14.0

25 Aug 15:01

Choose a tag to compare

  • Lots of syntax highlighting fixes. Thanks Wilfred!
  • Fix file path mappings on Windows. Thanks skoro!

v2.13.0

10 Mar 07:43

Choose a tag to compare

  • Removed custom workspace trust mechanism, since VS Code now has it built-in (thanks @fredemmott)!
  • Automated publishing of extension package as a release asset.

v2.12.0

28 Oct 20:04

Choose a tag to compare

  • Reverted expression-trees syntax highlighting rule due to performance issues.
  • Removed error suppression code action.

v2.11.0

30 Sep 17:29

Choose a tag to compare

  • Syntax highlighting improvements. Thanks Wilfred!
  • Hack error suppression action in LSP mode. Thanks icechen1!
  • #region folding support. Thanks turadg!

v2.10.0

11 Sep 18:44

Choose a tag to compare

v2.9.7

18 Aug 18:03

Choose a tag to compare

  • Syntax highlighting fix (adding missed Pair literal).

v2.9.5

16 Aug 01:17
e5d9072

Choose a tag to compare

  • Syntax highlighting improvements. Thanks Wilfred!