mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
Merge branch 'main' of https://github.com/QwenLM/qwen-code into feat/support-lsp
This commit is contained in:
commit
0bff045d3d
68 changed files with 2444 additions and 592 deletions
|
|
@ -961,7 +961,7 @@ export async function loadCliConfig(
|
|||
targetDir: cwd,
|
||||
includeDirectories,
|
||||
loadMemoryFromIncludeDirectories:
|
||||
settings.context?.loadMemoryFromIncludeDirectories || false,
|
||||
settings.context?.loadFromIncludeDirectories || false,
|
||||
importFormat: settings.context?.importFormat || 'tree',
|
||||
debugMode,
|
||||
question,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue