mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Add ExtensionLoader interface, use that on Config object (#12116)
This commit is contained in:
@@ -103,7 +103,7 @@ export const directoryCommand: SlashCommand = {
|
||||
],
|
||||
config.getDebugMode(),
|
||||
config.getFileService(),
|
||||
config.getExtensions(),
|
||||
config.getExtensionLoader(),
|
||||
config.getFolderTrust(),
|
||||
context.services.settings.merged.context?.importFormat ||
|
||||
'tree', // Use setting or default to 'tree'
|
||||
|
||||
Reference in New Issue
Block a user