Files
vscode/test
Megan RoggeandCopilot 2e6f352c37 sessions: Improve GitHub context attachments (#333191)
* sessions: Improve GitHub context attachments

Recognize pasted GitHub issue and pull request URLs, make attached GitHub references openable, and align attachment pill spacing and icon sizing.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* sessions: Address GitHub context review feedback

Keep pasted URLs selectable, normalize URL routes, and expose attachment Open and Remove actions as sibling controls.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: update attachment pill screenshot hashes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: update attachment pill screenshot hashes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a1f95ad9-05db-4f5c-bfb9-157d80a42700

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a1f95ad9-05db-4f5c-bfb9-157d80a42700
2026-08-29 13:23:23 -04:00
..
2026-08-27 22:44:02 +00: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)