question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Align iconPath-API

See original GitHub issue

We have various definitions for iconPath properties and they all have different type signatures (no support ThemeIcon, no support for light/dark). We should always use the same OR-type sausage, ideally: Uri | { light: Uri; dark: Uri } | ThemeIcon.


Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jriekencommented, Dec 9, 2022

Well, could be the default icon in case no custom user icon exists?

0reactions
alexr00commented, Dec 9, 2022

CommentAuthorInformation#iconPath

I think there’s an argument that we leave this one as only Uri. This is intended to be a representation of a user. It would be odd if this were a codicon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to vertically align text with icon font? - Stack Overflow
I have a very basic HTML which mix plain text and icon fonts. The problem is that icons are not exactly ...
Read more >
Tips for Aligning Icons to Text - CSS-Tricks
Tips for Aligning Icons to Text · Tip 1: Decide on an icon format and stick to it · Tip 2: Use similarly...
Read more >
Vertically align Icon with text [QUESTION] · Issue #265 - GitHub
What is the best way to vertically align a big Icon with text?
Read more >
javax.xml.xpath (Java Platform SE 8 ) - Oracle Help Center
Using the XPath API. The following example demonstrates using the XPath API to select one or more nodes from an XML document: XPath...
Read more >
read RSS into FLASH - Flashkit
this is how im getting the image from media:content node: thetitle = XPathAPI.selectNodeList(this.firstChild, "/rss/channel/item/media:content"); thetitle_url = ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found