Fix outdated VS Code E2E test instructions in CONTRIBUTING.md - #20285
Open
Simon Jensen (simon-jensenz) wants to merge 2 commits into
Open
Fix outdated VS Code E2E test instructions in CONTRIBUTING.md#20285Simon Jensen (simon-jensenz) wants to merge 2 commits into
Simon Jensen (simon-jensenz) wants to merge 2 commits into
Conversation
Member
|
Shenglong Li (@shenglol) could you review this? |
Copilot started reviewing on behalf of
Anthony Martin (anthony-c-martin)
September 8, 2026 15:08
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The documentation change correctly updates the E2E command; only a minor wording/grammar nit was found.
Pull request overview
Updates the contributor documentation to reflect the current, supported way to run the VS Code extension E2E tests locally, aligning CONTRIBUTING.md with the existing E2E test guide and fixing the broken testlocal:e2e reference.
Changes:
- Replace the removed
npm run testlocal:e2einstruction withnode ./scripts/run-e2e-tests.mjs. - Keep the alternative “Launch Tests: E2E (dev)” workflow referenced from VS Code.
File summaries
| File | Description |
|---|---|
| CONTRIBUTING.md | Updates VS Code extension E2E test instructions to use the current runner script. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Update
CONTRIBUTING.mdto usenode ./scripts/run-e2e-tests.mjsfor local VS Code extension E2E testing. This replaces the removedtestlocal:e2ecommand and matches the existing E2E guide.Fixes #20284
Checklist
Microsoft Reviewers: Open in CodeFlow