Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit d8616c7

Browse files
committed
feat: update README and changelog to reflect project abandonment
1 parent 1d1b33b commit d8616c7

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

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)
10+
511
## [0.5.2](https://github.com/OpenForgeProject/vscode-ddev-phpstan/compare/v0.5.1...v0.5.2) (2026-01-29)
612

713

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# DDEV PHPStan Extension for VS Code
22

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+
37
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.
48

59
## Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-ddev-phpstan",
33
"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",
55
"version": "0.5.2",
66
"publisher": "OpenForgeProject",
77
"license": "GPL-3.0",

0 commit comments

Comments
 (0)