From 5f6700e2bb5062eca6d790b7bba9444987b2d637 Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Thu, 25 Jul 2019 12:54:44 -0700 Subject: [PATCH] v2.5.0 release prep --- CHANGELOG.md | 3 +++ README.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15f97f..e540829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 0c38f0d..f2eeb0b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package-lock.json b/package-lock.json index b6a8ccf..d8347a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46ded24..7b2a09d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.4.1", + "version": "2.5.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.30.0"