mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-02 13:45:52 +01:00
dc6fd239e6
* 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