Trusted Types compatibility: renderCodicons – return HTMLElement instead of string #105588
Labels
engineering
VS Code - Build / issue tracking / etc.
insiders-released
Patch has been released in VS Code Insiders
Milestone
The next step in resolving #103699.
renderCodicons
function returns a string possibly containing lots of tags, which is usually assigned then to .innerHTML property of some parent element. The goal is to create an additional version of renderCodicons that uses HTMLElements.The text was updated successfully, but these errors were encountered: