-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.vscode-test.mjs
More file actions
5 lines (4 loc) · 711 Bytes
/
.vscode-test.mjs
File metadata and controls
5 lines (4 loc) · 711 Bytes
1
2
3
4
5
import { defineConfig } from "@vscode/test-cli";
export default defineConfig({
files: "out/test/suite/{qwen-provider,glm-provider,deepseek-provider,agent-safety-limits,agent-hitl,agent-tool-execution,filesystem-security,filesystem-optimizations,test-runner.service,composer.service,browser-handler,agent-core-paths,tool-names,memory,provider-failover.service,inline-review.service,token-budget,tree-sitter-analyzer,codebase-analysis-worker-utils,architectural-recommendation-utils,architecture-detector,call-graph,middleware-detector,code-summarizer,question-relevance,architecture-tool,meeting-intelligence,llm-safety,team-graph-store,team-graph-tool,workspace-identity.service,hybrid-search}.test.js",
});