-
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
Add UIKind API #8038
Add UIKind API #8038
Conversation
@tsmaeder first commit is unrelated? Second commit looks simple and clean but some formatting is broken. |
@akosyakov ah crap! I didn't branch off master. The first commit is from #7996 (which could use some discussion of the approach, as well ;-)) |
Signed-off-by: Thomas Mäder <tmader@redhat.com>
I tested that we get the correct value with a command ("Show UI kind") in my test test extension. |
I removed the extra commit and fixed the formatting (some tabs instead of spaces) |
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, java test runnner extension can activate and icon is ther
------------------ 原始邮件 ------------------
发件人: "Thomas Mäder"<notifications@github.com>;
发送时间: 2020年6月18日(星期四) 下午5:35
收件人: "eclipse-theia/theia"<theia@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: Re: [eclipse-theia/theia] Add UIKind API (#8038)
Merged #8038 into master.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
right
|
What it does
Adds the vsode.env.UIKind API in order to enable VS Code extensions, for example ti fix:
Java Test Runner extension doesn't activate and icons are not loaded #8007
The idea is that electron => UIKind.Desktop and everything is UIKind.Web.
How to test
The tests I ran are that the extensions mentioned in the linked PR are coming up. @akosyakov are there any compatility tests I could run for this?
Review checklist
Reminder for reviewers