From b98b8d8f76d0921dffc0daeadc7ba1a04f2b2f23 Mon Sep 17 00:00:00 2001 From: kkdev92 Date: Tue, 18 Aug 2026 23:00:25 +0900 Subject: [PATCH] chore: point author.url at kkdev92.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It pointed at the GitHub profile; the site is the developer's own page, and it is what the GitHub profile field already points at. Worth being clear that this is consistency rather than a visible change: vsce does not read `manifest.author` at all — it uses `publisher` — so this never reaches the Marketplace listing. It is the published package.json inside the VSIX, and it now agrees with the other three repositories. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5195819..02d9120 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "publisher": "kkdev92", "author": { "name": "kkdev92", - "url": "https://github.com/kkdev92" + "url": "https://kkdev92.dev/" }, "license": "MIT", "homepage": "https://kkdev92.dev/",