From 5a6fc488885b0a05291336fd8f9f96da82497ca0 Mon Sep 17 00:00:00 2001 From: kkdev92 Date: Tue, 18 Aug 2026 22:33:44 +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 dc01608..5195819 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/kkdev92" }, "license": "MIT", - "homepage": "https://github.com/kkdev92/quick-utils#readme", + "homepage": "https://kkdev92.dev/", "repository": { "type": "git", "url": "https://github.com/kkdev92/quick-utils"