Releases: slackhq/vscode-hack
Releases · slackhq/vscode-hack
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.
v2.18.0
- New autocomplete helpers for JSDoc comment blocks (
/** ... */). - Removed
onDebugas an activation event to prevent unnecessary extension activations.
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.