Skip to content

chore: point homepage at kkdev92.dev - #43

Merged
kkdev92 merged 1 commit into
mainfrom
chore/homepage-site
Aug 18, 2026
Merged

chore: point homepage at kkdev92.dev#43
kkdev92 merged 1 commit into
mainfrom
chore/homepage-site

Conversation

@kkdev92

@kkdev92 kkdev92 commented Aug 18, 2026

Copy link
Copy Markdown
Owner

homepage was the GitHub readme, which repository already covers. This points it at the project's own site, matching health-data-dotnet, where <PackageProjectUrl> is already https://kkdev92.dev/.

One line. homepage appears nowhere else in the tracked tree — no test, script or document reads it.

Nothing that pointed at the repository moves

vsce maps homepage to Microsoft.VisualStudio.Services.Links.Learn (the Marketplace "Learn more" link) and derives the other links from repository and bugs separately. Checked by packaging a VSIX and reading the properties out of extension.vsixmanifest rather than by reading vsce's source:

Links.Source      https://github.com/kkdev92/<repo>.git
Links.Getstarted  https://github.com/kkdev92/<repo>.git
Links.GitHub      https://github.com/kkdev92/<repo>.git
Links.Support     https://github.com/kkdev92/<repo>/issues
Links.Learn       https://kkdev92.dev/          <- the only one that changes

The GitHub repository homepage field is deliberately left pointing at the Marketplace listing — same split as health-data-dotnet, where the GitHub field points at NuGet and the package metadata points at the site.

🤖 Generated with Claude Code

`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) <noreply@anthropic.com>
@kkdev92
kkdev92 merged commit 2d627f2 into main Aug 18, 2026
16 checks passed
@kkdev92
kkdev92 deleted the chore/homepage-site branch August 18, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant