mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
f4f16f1c48
fix flaky Copilot customizations integration test The "session/customizationsChanged" exact-count assertion raced against the eventually-consistent customization discovery. A pre-discovery empty snapshot (customizations: []) can be delivered after clearReceived(), inflating the count to 2. Match/count only settled (non-empty) notifications instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>