Skip to content

test: disable built-in AI features in integration tests - #1937

Draft
wenyt (wenytang-ms) wants to merge 2 commits into
mainfrom
ci-disable-ai-extensions
Draft

wenyt (wenytang-ms) wants to merge 2 commits into
mainfrom
ci-disable-ai-extensions

Conversation

@wenytang-ms

@wenytang-ms wenyt (wenytang-ms) commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • create an isolated VS Code user-data directory for integration tests
  • set chat.disableAIFeatures before VS Code starts so the core AgentHost remains disabled
  • also disable the built-in Copilot Chat and JavaScript/TypeScript chat extensions

Context

The Linux, Windows, and macOS jobs in #1936 start VS Code 1.138.0 but never reach the extension test runner before the 30-minute timeout. Disabling the built-in extensions alone does not stop AgentHost because AgentHost is now a core VS Code process. VS Code 1.138 gates AgentHost through chat.disableAIFeatures, so this draft PR supplies that setting through the isolated test profile.

@wenytang-ms wenyt (wenytang-ms) changed the title test: disable AI extensions in integration tests test: disable built-in AI features in integration tests Sep 23, 2026
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.

1 participant