From 3ebf33185a5fdae2619386414075a70c759c519c Mon Sep 17 00:00:00 2001 From: kkdev92 <112151103+kkdev92@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:33:50 +0900 Subject: [PATCH] chore: point homepage at kkdev92.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `homepage` pointed at the GitHub readme, which `repository` already covers. The site is the project's own front door, and this matches health-data-dotnet, where `PackageProjectUrl` is already https://kkdev92.dev/. vsce puts `homepage` in the VSIX as `Links.Learn` — the Marketplace page's "Learn more". `repository` and `bugs` feed `Links.GitHub`, `Links.Source` and `Links.Support` independently, so nothing that pointed at the repository or the issue tracker moves. Verified by packaging a VSIX and reading the properties out of its manifest, not by reading vsce's source. 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 351f7ed..9f01aef 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/kkdev92" }, "license": "MIT", - "homepage": "https://github.com/kkdev92/clipshot#readme", + "homepage": "https://kkdev92.dev/", "repository": { "type": "git", "url": "https://github.com/kkdev92/clipshot"