Skip to content

Trusted Types compatibility: use DOM API for creating HTML elements instead of string concatenation in inspectTokens.ts #105501

Closed
@annkamsk

Description

@annkamsk

The next step in resolving #103699. It aims to replace construction of HTML elements by string concatenation in src/vs/editor/standalone/browser/inspectTokens.ts file. The code contains mainly a table construction by concatenating strings of <tr><td class=”foo”>foobar</td><td class=”bar”>barfoo</td></tr>. The goal is to replace them all with dom.ts#$ function calls.

Metadata

Metadata

Assignees

Labels

engineeringVS Code - Build / issue tracking / etc.insiders-releasedPatch has been released in VS Code Insiders

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions