mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-17 01:21:10 -07:00
Show notification when there's a conflict with an extensions command (#17890)
This commit is contained in:
@@ -329,6 +329,11 @@ export const useSlashCommandProcessor = (
|
||||
],
|
||||
controller.signal,
|
||||
);
|
||||
|
||||
if (controller.signal.aborted) {
|
||||
return;
|
||||
}
|
||||
|
||||
setCommands(commandService.getCommands());
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user