mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +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