mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
chore(lsp): revert old code
This commit is contained in:
parent
0dde6ce3ce
commit
9f3cfb361a
1 changed files with 0 additions and 13 deletions
|
|
@ -724,19 +724,6 @@ export async function loadCliConfig(
|
|||
.map(resolvePath)
|
||||
.concat((argv.includeDirectories || []).map(resolvePath));
|
||||
|
||||
// Call the (now wrapper) loadHierarchicalGeminiMemory which calls the server's version
|
||||
const extensionContextFilePaths: string[] = [];
|
||||
|
||||
await loadHierarchicalGeminiMemory(
|
||||
cwd,
|
||||
settings.context?.loadFromIncludeDirectories ? includeDirectories : [],
|
||||
debugMode,
|
||||
fileService,
|
||||
extensionContextFilePaths,
|
||||
trustedFolder,
|
||||
settings.context?.importFormat || 'tree',
|
||||
);
|
||||
|
||||
// LSP configuration: enabled only via --experimental-lsp flag
|
||||
const lspEnabled = argv.experimentalLsp === true;
|
||||
let lspClient: LspClient | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue