Skip to content

Commit

Permalink
3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Apr 28, 2024
1 parent f41852a commit dca8128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dca8128

Please sign in to comment.