Files
vscode/src
Alexandru Dima f4f16f1c48 Fix flaky Copilot customizations integration test (settle-aware notification assertions) (#324291)
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>
2026-07-06 07:44:12 +00:00
..