mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
Update contextFileName to support an optional list of strings (#1001)
This commit is contained in:
@@ -35,7 +35,7 @@ export interface Settings {
|
||||
mcpServerCommand?: string;
|
||||
mcpServers?: Record<string, MCPServerConfig>;
|
||||
showMemoryUsage?: boolean;
|
||||
contextFileName?: string;
|
||||
contextFileName?: string | string[];
|
||||
accessibility?: AccessibilitySettings;
|
||||
telemetry?: boolean;
|
||||
preferredEditor?: string;
|
||||
|
||||
Reference in New Issue
Block a user