mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-16 11:17:35 +01:00
* Add Agent Host E2E coverage and scenarios (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Stabilize Agent Host E2E tests across platforms (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Gate macOS-recorded Agent Host snapshots on Windows (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Use behavior snapshots for Agent Host scenarios (Written by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
.DS_Store
|
|
.cache
|
|
npm-debug.log
|
|
Thumbs.db
|
|
node_modules/
|
|
.tmp/
|
|
.build/
|
|
/extensionsCG/
|
|
.vscode/extensions/**/out/
|
|
extensions/**/dist/
|
|
src/vs/base/browser/ui/codicons/codicon/codicon.ttf
|
|
/out*/
|
|
/extensions/**/out/
|
|
build/node_modules
|
|
build/darwin/.dmgbuild
|
|
coverage/
|
|
!src/vs/platform/agentHost/test/node/protocol/coverage/
|
|
!src/vs/platform/agentHost/test/node/protocol/coverage/agentHostE2E.json
|
|
test_data/
|
|
test-results/
|
|
test-results.xml
|
|
vscode.lsif
|
|
vscode.db
|
|
/.profile-oss
|
|
/cli/target
|
|
/cli/openssl
|
|
product.overrides.json
|
|
*.snap.actual
|
|
*.tsbuildinfo
|
|
.eslintcache
|
|
.vscode-test
|
|
.chat-simulation-data
|
|
vscode-telemetry-docs/
|
|
test-output.json
|
|
test/componentFixtures/.screenshots/*
|
|
!test/componentFixtures/.screenshots/baseline/
|
|
dist
|
|
.playwright-cli
|
|
.playwright-mcp
|
|
.claude/
|
|
.agents/agents/*.local.md
|
|
.github/agents/*.local.md
|
|
.agents/agents/*.local.agent.md
|
|
.github/agents/*.local.agent.md
|
|
.agents/hooks/*.local.json
|
|
.github/hooks/*.local.json
|
|
.agents/instructions/*.local.instructions.md
|
|
.github/instructions/*.local.instructions.md
|
|
.agents/prompts/*.local.prompt.md
|
|
.github/prompts/*.local.prompt.md
|
|
.agents/skills/.local/
|
|
.github/skills/.local/
|