Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Feb 29, 2024
1 parent 12daad1 commit 7913085
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

### 3.0.2

- Add PHPStan Pro support
- Disable language server by default
- Support tilde as first character in file paths

### 3.0.1

- Only check on initial startup if the extension is enabled
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 language server and inline error provider",
"version": "3.0.2",
"version": "3.0.3",
"engines": {
"vscode": "^1.64.0",
"node": ">=14.16.0"
Expand Down

0 comments on commit 7913085

Please sign in to comment.