mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-06 21:44:32 +01:00
* strings: use more comprehensive ansi escape code regex The ansi escape remover only recognized a few codes, and only a subset of their syntax. Be more comprehensive, and add tests. Fixes #153648 * address pr comment