Files
vscode/extensions
Remco Haszing a131a88231 Replace removeChild with remove (#213465)
* Replace removeChild with remove

This replaces most uses of `parent.removeChild(child)` with
`child.remove()`.

The two are almost equivalent. The only difference is that
`parent.removeChild(child)` throws if the given node is not a child of
the parent, whereas `child.remove()` never throws. There is no noticable
performance difference. The only reason to use `removeChild` is to
support Internet Explorer, but that’s no longer supported by Monaco
editor.

* Fix broken CSP hash

The script content changed, so the sha256 hash changed too.

* Update src/vs/editor/browser/config/charWidthReader.ts

Co-authored-by: Logan Ramos <lramos15@gmail.com>

---------

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2024-06-05 00:21:08 +02:00
..
2024-04-26 04:52:52 -07:00
2024-06-03 06:22:13 -07:00
2024-05-31 15:09:59 +02:00
2024-04-26 04:52:52 -07:00
2024-05-31 15:09:59 +02:00
2024-04-26 04:52:52 -07:00
2024-04-26 04:52:52 -07:00
2024-03-29 21:07:15 +01:00
2024-03-28 15:59:23 -04:00
2024-05-31 15:09:59 +02:00
2024-04-26 04:52:52 -07:00
2024-04-09 12:20:39 +02:00
2024-04-09 12:20:39 +02:00
2024-04-26 04:52:52 -07:00