Skip to content

Commit

Permalink
3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed May 10, 2024
1 parent 733c7a5 commit fb43379
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the "phpstan-vscode" extension will be documented in this file.

### 3.1.6

- Fix issue where language server hover wasn't working
- Ensure language server mode uses a different cache directory than the CLI mode to prevent them invalidating each others' caches.

### 3.1.5

- When using single file mode, ignore errors related to no files being specified. This happens when the checked file is not in `paths`.
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.5",
"version": "3.1.6",
"engines": {
"vscode": "^1.64.0",
"node": ">=14.16.0"
Expand Down

0 comments on commit fb43379

Please sign in to comment.