Skip to content

Commit

Permalink
v2.5.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
PranayAgarwal committed Jul 25, 2019
1 parent 1f07e13 commit 5f6700e
Show file tree
Hide file tree
Showing 4 changed files with 8 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.5.0 - 2019-07-25
- Added a connection indicator in the editor status bar which shows HHVM version & LSP status/errors. This should make it easier to debug problems in IDE functionality related to hh_server crashes or restarts.

## v2.4.1 - 2019-07-23
- Bug fixes in coverage checker
- Syntax highlighting updates
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ It is published in the Visual Studio Marketplace [here](https://marketplace.visu

## Latest releases

## v2.5.0
- New connection indicator in the editor status bar which shows HHVM version & LSP status/errors. This should make it easier to debug problems in IDE functionality related to hh_server crashes or restarts.

## v2.4.0
- Debugger now supports attaching to a Unix socket instead of TCP port.

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.4.1",
"version": "2.5.0",
"publisher": "pranayagarwal",
"engines": {
"vscode": "^1.30.0"
Expand Down

0 comments on commit 5f6700e

Please sign in to comment.