From a6c66cd42822b9855ade74ad11215c743e957642 Mon Sep 17 00:00:00 2001 From: Dusangrm <104571934+Dusangrm@users.noreply.github.com> Date: Tue, 19 May 2026 11:21:30 +0800 Subject: [PATCH] feat: add LegacyDoc AI --- data/json/en/tools/ide.jsonc | 13 ++++++++++++- data/json/zh/tools/ide.jsonc | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/data/json/en/tools/ide.jsonc b/data/json/en/tools/ide.jsonc index b06ff10..fa296eb 100644 --- a/data/json/en/tools/ide.jsonc +++ b/data/json/en/tools/ide.jsonc @@ -66,6 +66,17 @@ // J // K // L + { + "name": "LegacyDoc AI", + "description": "A VS Code extension that generates AI code audit reports, documentation, and Mermaid architecture maps from local workspaces.", + "url": "https://www.romanticode.com/legacydoc-ai/", + "icon_url": "https://www.romanticode.com/images/legacydoc-icon-512.png", + "tags": [ + "AI", + "VS Code", + "Documentation" + ] + }, // M // N { @@ -159,4 +170,4 @@ }, // Y // Z -] \ No newline at end of file +] diff --git a/data/json/zh/tools/ide.jsonc b/data/json/zh/tools/ide.jsonc index b06ff10..fa296eb 100644 --- a/data/json/zh/tools/ide.jsonc +++ b/data/json/zh/tools/ide.jsonc @@ -66,6 +66,17 @@ // J // K // L + { + "name": "LegacyDoc AI", + "description": "A VS Code extension that generates AI code audit reports, documentation, and Mermaid architecture maps from local workspaces.", + "url": "https://www.romanticode.com/legacydoc-ai/", + "icon_url": "https://www.romanticode.com/images/legacydoc-icon-512.png", + "tags": [ + "AI", + "VS Code", + "Documentation" + ] + }, // M // N { @@ -159,4 +170,4 @@ }, // Y // Z -] \ No newline at end of file +]