chore: point author.url at kkdev92.dev - #26
Merged
Merged
Conversation
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) <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.
Companion to the
homepagechange. That one was the project field; this is the developer field.author.urlpointed athttps://github.com/kkdev92. The site is the developer's own page, and it is already what the GitHub profile field points at (gh api user --jq .blog→https://kkdev92.dev).This is consistency, not a visible change
Checked rather than assumed:
vscedoes not readmanifest.author. Its manifest builder referencesmanifest.publisherand nevermanifest.author, and the VSIX I packaged while verifying thehomepagechange carries no author property. So nothing on the Marketplace listing moves — this is thepackage.jsonshipped inside the VSIX, now agreeing with the other three repositories.The field that is visible on the listing is
homepage→Links.Learn, handled separately, withrepositoryandbugsleft pointing at GitHub.🤖 Generated with Claude Code