Skip to content

Commit b52b76e

Browse files
committed
build: v1.4.4
1 parent 068363b commit b52b76e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.4.4](https://github.com/swordev/phpstan-vscode/compare/v1.4.1...v1.4.4) (2021-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid activate the extension if there is not a workspace opened ([e7de9e8](https://github.com/swordev/phpstan-vscode/commit/e7de9e8a6b0854b0c8b42c10218f763e4efd4354))
7+
* avoid use satinized path as file watcher pattern ([068363b](https://github.com/swordev/phpstan-vscode/commit/068363b7458affeb7dab0d892b06aaeddfcee436))
8+
* change diagnostic error line ([010dd81](https://github.com/swordev/phpstan-vscode/commit/010dd81b14b601a8d360bfcf728679939ff2d3e5))
9+
* diagnose global errors ([a4a1cd6](https://github.com/swordev/phpstan-vscode/commit/a4a1cd68ebe1390988fbdaed5cba498cab6a6e2e))
10+
* parse diagnostic path ([256048b](https://github.com/swordev/phpstan-vscode/commit/256048b0192328e5d5714194d6ee670916aa46f1))
11+
* sanitize all `fsPath` ([89c1460](https://github.com/swordev/phpstan-vscode/commit/89c146075f1d06af693e4fcdf176e7dbfb5e54ea))
12+
* sanitize workspace path ([7bd5874](https://github.com/swordev/phpstan-vscode/commit/7bd58740b07c416aefd3080374e226537d311daf))
13+
14+
15+
116
## [1.4.3](https://github.com/swordev/phpstan-vscode/compare/v1.4.2...v1.4.3) (2021-02-19)
217

318

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpstan",
33
"displayName": "PHPStan",
44
"description": "PHPStan for VSCode",
5-
"version": "1.4.3",
5+
"version": "1.4.4",
66
"license": "MIT",
77
"publisher": "swordev",
88
"author": "Juanra Gálvez <juanrgm724@gmail.com>",

0 commit comments

Comments
 (0)