Files
vscode/test/automation/src
Matt Bierner 3a8b7e4276 Highlight label should not create extra span nodes (#164657)
* Highlight label should not create extra empty dom nodes

I noticed that the `HighlightedLabel` class creates extra `span` elements for text ranges. These should not be needed. Using text children directly should be faster for creation and also reduce the number of nodes in the document

I also related the conditional spread with a longer version that uses a simple call to push. This is worth doing since `HighlightedLabel` is so widely used in the editor

* Update tests

* Update smoke test selector

* Update css
2022-11-01 08:00:38 -07:00
..
2022-06-08 17:49:21 +02:00
2022-04-13 08:43:17 +02:00
2022-05-02 21:25:18 +02:00
2022-08-04 09:49:21 -07:00