From dca81281d13673e29d1263913ad07b7f4c2505f6 Mon Sep 17 00:00:00 2001 From: Sander Ronde Date: Sun, 28 Apr 2024 22:02:09 +0200 Subject: [PATCH] 3.1.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fc591..87356d4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "phpstan-vscode" extension will be documented in this file. +### 3.1.4 + +- Only kill zombie PHPStan processes if the PID still points to a PHPStan process. + ### 3.1.3 - Improve debouncing when triggering a bunch of checks in rapid succession in different files. diff --git a/package.json b/package.json index 15bf7fd..e9414a4 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phpstan-vscode", "displayName": "phpstan", "description": "PHPStan inline error provider", - "version": "3.1.3", + "version": "3.1.4", "engines": { "vscode": "^1.64.0", "node": ">=14.16.0"