You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tho what we could consider is to always use the Uri for the path. I know it's sort of legacy that the editor decoration api supports both and there was ambiguity if strings mean url or file path (see #12111 (comment))
The text was updated successfully, but these errors were encountered:
On a second thought, no. The whole API movement is surrounded by consistency. We already have two places where a user can provide an icon. It's always called iconPath and it's always Uri | string. So, keeping that up.
If we want to change it, we should change every instance, in a breaking matter.
@jrieken
The text was updated successfully, but these errors were encountered: