Skip to content

Fix outdated VS Code E2E test instructions in CONTRIBUTING.md - #20285

Open
Simon Jensen (simon-jensenz) wants to merge 2 commits into
Azure:mainfrom
simon-jensenz:fix/contributing-e2e-command
Open

Fix outdated VS Code E2E test instructions in CONTRIBUTING.md#20285
Simon Jensen (simon-jensenz) wants to merge 2 commits into
Azure:mainfrom
simon-jensenz:fix/contributing-e2e-command

Conversation

@simon-jensenz

@simon-jensenz Simon Jensen (simon-jensenz) commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Description

Update CONTRIBUTING.md to use node ./scripts/run-e2e-tests.mjs for local VS Code extension E2E testing. This replaces the removed testlocal:e2e command and matches the existing E2E guide.

Fixes #20284

Checklist

Microsoft Reviewers: Open in CodeFlow

@anthony-c-martin

Copy link
Copy Markdown
Member

Shenglong Li (@shenglol) could you review this?

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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:e2e instruction with node ./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.

Comment thread CONTRIBUTING.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CONTRIBUTING.md references removed testlocal:e2e script

4 participants