Skip to content

Commit

Permalink
v2.1.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Mar 8, 2019
1 parent c127118 commit f94beed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases).

## v2.1.0 - 2019-03-08
- **Syntax Highlighting Updates** — Editor will now recognize `arraykey`, `nonnull`, `dict`, `vec` and `keyset` as valid storage types.

## v2.0.0 - 2019-03-06
- **Remote language server connection support** — You can now connect to an external development environment for Hack typechecking, linting and all other intellisense features. Current supported methods are SSH and Docker. See the **Remote Development** section in README.md for more details.
- This version may cause breaking changes to your existing setup if you were already using Docker via a custom `hack.clientPath` executable.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-hack",
"version": "2.0.0",
"version": "2.1.0",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.25.0"
Expand Down

0 comments on commit f94beed

Please sign in to comment.