diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index eb6993d851..4dced82b7a 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -712,7 +712,7 @@ export class Config { this.getDebugMode(), this.getFileService(), this.getExtensionContextFilePaths(), - this.getFolderTrust(), + this.isTrustedFolder(), this.getImportFormat(), ); this.setUserMemory(memoryContent);