Releases: slackhq/vscode-hack
Releases · slackhq/vscode-hack
v2.17.1
- Automated and manual security fixes for dependencies.
- Minor project housekeeping:
- Updated some package paths (
vscode-debugadapter,vscode-debugprotocolandvsceall moved under the@vscodenpm org). - Added some required OSS notices to the repo.
- Updated some package paths (
v2.16.0
- Syntax highlighting fixes. Thanks Wilfred & panopticoncentral!
v2.15.0
- Syntax highlighting for await and concurrent. Thanks Wilfred!
- Syntax highlighting for modules. Thanks panopticoncentral!
v2.14.0
v2.13.0
- 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
- Reverted expression-trees syntax highlighting rule due to performance issues.
- Removed error suppression code action.
v2.11.0
v2.10.0
- Auto-start Hack typechecker on workspace load. Thanks antoniodejesusochoasolano!
- Syntax highlighting improvements
v2.9.7
- Syntax highlighting fix (adding missed
Pairliteral).