mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)
This commit is contained in:
@@ -28,6 +28,7 @@ describe('aboutCommand', () => {
|
||||
config: {
|
||||
getModel: vi.fn(),
|
||||
getIdeClient: vi.fn(),
|
||||
getIdeMode: vi.fn().mockReturnValue(true),
|
||||
},
|
||||
settings: {
|
||||
merged: {
|
||||
|
||||
Reference in New Issue
Block a user