We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9b694 commit 0c0ee84Copy full SHA for 0c0ee84
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "phpstan-vscode" extension will be documented in this file.
4
5
+## 3.2.21
6
+
7
+- Pass docker environment variables to docker process
8
9
## 3.2.20
10
11
- Fix bug where the UI would hang while checking
package.json
@@ -2,7 +2,7 @@
"name": "phpstan-vscode",
"displayName": "phpstan",
"description": "PHPStan inline error provider",
- "version": "3.2.20",
+ "version": "3.2.21",
"engines": {
"vscode": "^1.64.0",
"node": ">=14.16.0"
0 commit comments