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

Commit 6588315

Browse files
committed
feat: update README and package.json to reflect abandonment
1 parent 30eb8b9 commit 6588315

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

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

3+
> [!WARNING]
4+
> **This project is no longer maintained.** It has been abandoned in favor of the [Trunk Quality Check](https://marketplace.visualstudio.com/items?itemName=Trunk.io) extension, which provides a more comprehensive and actively maintained solution for code quality checks.
5+
36
This extension integrates [PHP Mess Detector (PHPMD)](https://phpmd.org/) with Visual Studio Code using [DDEV](https://ddev.com/) as the runtime environment. It provides real-time code quality analysis for PHP projects running in DDEV containers.
47

58
## 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-phpmd",
33
"displayName": "DDEV PHPMD",
4-
"description": "PHP Mess Detector integration for VS Code using DDEV",
4+
"description": "[ABANDONED] This project is no longer maintained. Please use Trunk Quality Check instead.",
55
"version": "0.7.0",
66
"publisher": "OpenForgeProject",
77
"license": "GPL-3.0",

0 commit comments

Comments
 (0)