From c927f47141a105bd38b468a3db9cd3b6981b634b Mon Sep 17 00:00:00 2001 From: Pranay Agarwal Date: Fri, 26 Jul 2019 16:43:21 -0700 Subject: [PATCH] v2.5.1 release prep --- CHANGELOG.md | 3 +++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e540829..672a15c 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.1 - 2019-07-26 +- Fix — in later HHVM versions the LSP doesn't send over connection status, so hide the status bar indicator for those cases. + ## 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. diff --git a/package-lock.json b/package-lock.json index d8347a2..afb05af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b2a09d..d181b46 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.5.0", + "version": "2.5.1", "publisher": "pranayagarwal", "engines": { "vscode": "^1.30.0"