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
This got added via c9f9081 and is a no, no because it a) weirdly competes with iconLocation give consumer headaches what to use and b) won't work for the Mac Touch Bar (which is the reason this originally has been added). In essence this must go again and we should use uri until it comes to rendering
The text was updated successfully, but these errors were encountered:
I am preparing a change for #84695 and I am cleaning this up along the way. A command icon is now defined like so: icon?: { dark?: URI; light?: URI; } | ThemeIcon;, a sample for codicons is icon: { id: "codicon.go-to-file" }
This got added via c9f9081 and is a no, no because it a) weirdly competes with
iconLocation
give consumer headaches what to use and b) won't work for the Mac Touch Bar (which is the reason this originally has been added). In essence this must go again and we should use uri until it comes to renderingThe text was updated successfully, but these errors were encountered: