From c37b325fea67115f18c782351a517e0b0d379bf9 Mon Sep 17 00:00:00 2001 From: kkdev92 <112151103+kkdev92@users.noreply.github.com> Date: Tue, 18 Aug 2026 23:00:31 +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 9f01aef..31b867f 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/",