Check folder trust before allowing add directory (#12652)

This commit is contained in:
shrutip90
2025-11-14 19:06:30 -08:00
committed by GitHub
parent d03496b710
commit 9786c4dcff
18 changed files with 1206 additions and 66 deletions
+1 -3
View File
@@ -424,9 +424,7 @@ export async function loadCliConfig(
const { memoryContent, fileCount, filePaths } =
await loadServerHierarchicalMemory(
cwd,
settings.context?.loadMemoryFromIncludeDirectories
? includeDirectories
: [],
[],
debugMode,
fileService,
extensionManager,