Files
vscode/test
Elijah KingandCopilot 5ad453cece chat: update blocks-ci screenshot baseline for the compact add glyph
Switching Add Context to `Codicon.addCompact` changes the `+` in the
inline chat zone widget, which is a blocks-ci fixture.

Verified the change is intentional and confined before accepting the new
hashes: rendering the fixture on this branch and on its merge-base and
diffing them locally shows a single 12×12px region differing — the `+`
glyph going from 11×11 to 10×10 of ink. That is the optically tuned
compact glyph replacing the scaled-down base one, at a call site already
rendering at `codiconFontSize-compact`, which is the pairing the design
tokens guidance asks for. Nothing else in the widget moved.

Hashes are exactly the ones the failing run computed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-30 14:13:44 -07:00
..
2026-07-22 09:23:06 -07:00
2026-07-22 09:23:06 -07:00

VS Code Tests

Contents

This folder contains the various test runners for VS Code. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)
  • sanity: release sanity tests (README)