mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
The tests failed because on mac the 633;C and 633;D events both appear in the same event. The change ensures we match globally on the regex and cleans up handling of multiple events. This went from failing consistently to passing consistently on my mac. Fixes #241592