mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 09:41:17 -07:00
Warn user when we overwrite a command due to conflict with extensions
This commit is contained in:
@@ -316,6 +316,7 @@ function useCommandSuggestions(
|
||||
value: cmd.name,
|
||||
description: cmd.description,
|
||||
commandKind: cmd.kind,
|
||||
extensionName: cmd.extensionName,
|
||||
}));
|
||||
|
||||
setSuggestions(finalSuggestions);
|
||||
|
||||
Reference in New Issue
Block a user