Releases: slackhq/vscode-hack
Releases · slackhq/vscode-hack
v3.0.5
3.0.5 (2026-04-14)
Bug Fixes
- highlight
upcastas a keyword in grammar (#228) (e443ed6) - highlight
whereas 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
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.22.0
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #158
- Fix invalid regex (fixes #159) by @slevithan in #163
- Add
nameofkeyword highlighting support by @mszabo-wikia in #166 - Add Github action to publish new releases to VS Code automatically by @PranayAgarwal in #167
- chore: update CODEOWNERS with Salesforce OSS reqs by @mwbrooks in #169
New Contributors
- @slevithan made their first contribution in #163
- @mszabo-wikia made their first contribution in #166
- @mwbrooks made their first contribution in #169
Full Changelog: v2.20.0...v2.22.0
v2.21.0
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #158
- Fix invalid regex (fixes #159) by @slevithan in #163
- Add
nameofkeyword highlighting support by @mszabo-wikia in #166 - Add Github action to publish new releases to VS Code automatically by @PranayAgarwal in #167
- chore: update CODEOWNERS with Salesforce OSS reqs by @mwbrooks in #169
New Contributors
- @slevithan made their first contribution in #163
- @mszabo-wikia made their first contribution in #166
- @mwbrooks made their first contribution in #169
Full Changelog: v2.20.0...v2.21.0
v2.20.0
v2.19.0
- New status bar indicator for LSP -> hh_server connectivity issues.