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
The next step in resolving #103699. Simirarly to #105501, 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.