Make renderCodicons function return HTMLElement instead of string#105589
Make renderCodicons function return HTMLElement instead of string#105589jrieken merged 1 commit intomicrosoft:masterfrom
Conversation
|
@jrieken hi, it might be a good place to also discuss an issue I stumbled upon. In this case, the original |
src/vs/workbench/contrib/notebook/browser/view/renderers/commonViewComponents.ts
Outdated
Show resolved
Hide resolved
I think that's good like that. An alternative would be
We have a "special" rule that says that everything inside "editor/contrib" is implicitly in the browser layer. It shouldn't generate a warning when importing from base/browser-layers there. Tho, I would suggest that we leave the rest of the |
0afc442 to
d926a73
Compare
d926a73 to
966d02a
Compare
This PR fixes #105588. This change includes a new version of
renderCodiconsfunction that deals with HTMLElements instead of string with embedded html tags.