mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)
This commit is contained in:
parent
9588aa6ef9
commit
4828e4daf1
4 changed files with 21 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ describe('aboutCommand', () => {
|
|||
config: {
|
||||
getModel: vi.fn(),
|
||||
getIdeClient: vi.fn(),
|
||||
getIdeMode: vi.fn().mockReturnValue(true),
|
||||
},
|
||||
settings: {
|
||||
merged: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue