-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension sponsoring #150703
Extension sponsoring #150703
Conversation
- show sponsor action in extension editor
@@ -2841,75 +2885,67 @@ export const extensionButtonProminentHoverBackground = registerColor('extensionB | |||
hcLight: null | |||
}, localize('extensionButtonProminentHoverBackground', "Button background hover color for actions extension that stand out (e.g. install button).")); | |||
|
|||
registerColor('extensionSponsorButton.background', { light: '#E94AAA', dark: '#E90A91', hcDark: null, hcLight: '#E94AAA' }, localize('extensionSponsorButton.background', "Background color for extension sponsor button."), true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi @aeschli for new color names
@@ -517,6 +517,10 @@ export const schema: IJSONSchema = { | |||
} | |||
} | |||
}, | |||
sponsor: { | |||
description: nls.localize('vscode.extension.contributes.sponsorLink', "The website URL from where others can sponosor the extension."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest the following wording
"URL from where users can sponsor your extension. If a URL is provided a Sponsor button will get rendered in extension details page. Example value: https://github.com/sponsors/nvaccess"
Fixes #107482
Implement extension sponsoring