-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(plugin): Use product applicationName to return the value to plugins env.appName #7642
Conversation
…ins env.appName. Thus branding is applied everywhere. Change-Id: Ifdda9b5cd64ea34de8292bd16703b87d81700c39 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
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.
thanks @vince-fugnitto I will merge tomorrow to allow others to add their review. |
Should we update here:
Eclipse Theia ?
|
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.
LGTM
@akosyakov we could yes, maybe in a different PR ? |
@benoitf sounds good |
merging this one and I've opened #7656 as per comments. |
What it does
Use product applicationName to return the value to plugins env.appName
Thus branding is applied everywhere.
How to test
Clone a java project and takes a plug-in using the
appName
like Red Hat vscode-javahttps://github.com/redhat-developer/vscode-java/releases/download/v0.55.1/redhat.java-0.55.1.vsix
Starts the examples/browser and notice the new name
Now, remove
theia
element ofexamples/browser/package.json
and check default
Theia
value is used (which is also the name seen in about/dialog)Review checklist
Reminder for reviewers
Change-Id: Ifdda9b5cd64ea34de8292bd16703b87d81700c39
Signed-off-by: Florent Benoit fbenoit@redhat.com