chore: point homepage at kkdev92.dev - #43
Merged
Merged
Conversation
`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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
homepagewas the GitHub readme, whichrepositoryalready covers. This points it at the project's own site, matchinghealth-data-dotnet, where<PackageProjectUrl>is alreadyhttps://kkdev92.dev/.One line.
homepageappears nowhere else in the tracked tree — no test, script or document reads it.Nothing that pointed at the repository moves
vscemapshomepagetoMicrosoft.VisualStudio.Services.Links.Learn(the Marketplace "Learn more" link) and derives the other links fromrepositoryandbugsseparately. Checked by packaging a VSIX and reading the properties out ofextension.vsixmanifestrather than by reading vsce's source: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