chore(vscode-ide-companion): rm comment about claude

This commit is contained in:
yiliang114
2025-12-08 13:04:06 +08:00
parent e8b4ee111c
commit 96cd685b1b
16 changed files with 21 additions and 63 deletions

View File

@@ -16,9 +16,6 @@ interface PermissionDrawerProps {
onClose?: () => void;
}
/**
* Permission drawer component - Claude Code style bottom sheet
*/
export const PermissionDrawer: React.FC<PermissionDrawerProps> = ({
isOpen,
options,
@@ -131,7 +128,7 @@ export const PermissionDrawer: React.FC<PermissionDrawerProps> = ({
}
}
// Escape to cancel permission and close (align with CLI/Claude behavior)
// Escape to cancel permission and close (align with CLI behavior)
if (e.key === 'Escape') {
e.preventDefault();
const rejectOptionId =