Skip to content

[WIP] Unit tests should catch unexpected jumps in file sizes in VSIX#9774

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/fix-9773
Closed

[WIP] Unit tests should catch unexpected jumps in file sizes in VSIX#9774
Copilot wants to merge 1 commit intomainfrom
copilot/fix-9773

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Sep 23, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

We have unit tests (PackageContentTests?) that validate the set of files in the VSIX files we build. These only catch if files are unexpectedly removed or added.

We should also have a test that fails if the size of included files jumps unexpectedly. It might also be helpful to check if file sizes drop unexpectedly too.

We would have to baseline the expected file sizes in the tests themselves. On occasion we would need to update these baselines due to product evolution.

Fixes #9773.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Sep 23, 2025

@drewnoakes 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs.

I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review.

@drewnoakes
Copy link
Copy Markdown
Member

@copilot it looks like you timed out. Please try again.

@drewnoakes drewnoakes closed this Sep 24, 2025
@drewnoakes drewnoakes deleted the copilot/fix-9773 branch January 8, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit tests should catch unexpected jumps in file sizes in VSIX

2 participants