You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project uses [Release Please](https://github.com/googleapis/release-please) to automate releases and changelog management.
4
4
5
+
## [0.6.0] (2026-03-03)
6
+
7
+
### Features
8
+
9
+
* This project is abandoned in favor of [Trunk Code Quality](https://marketplace.visualstudio.com/items?itemName=Trunk.io)
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# DDEV PHPStan Extension for VS Code
2
2
3
+
> [!WARNING]
4
+
> **This project is abandoned in favor of [Trunk Code Quality](https://marketplace.visualstudio.com/items?itemName=Trunk.io).**
5
+
> No further development or maintenance will take place.
6
+
3
7
This extension integrates [PHPStan](https://phpstan.org/) with Visual Studio Code using [DDEV](https://ddev.com/) as the runtime environment. It provides real-time static analysis for PHP projects running in DDEV containers.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "vscode-ddev-phpstan",
3
3
"displayName": "DDEV PHPStan",
4
-
"description": "PHP static analysis with PHPStan in DDEV containers for VS Code",
4
+
"description": "[ABANDONED] This project is abandoned in favor of Trunk Code Quality. PHP static analysis with PHPStan in DDEV containers for VS Code",
0 commit comments