Skip to content

Commit 3d77834

Browse files
committed
Map hook events to right category
1 parent cc9f345 commit 3d77834

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugFilters.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class ChatDebugFilterState extends Disposable {
5656
return true;
5757
}
5858
return this.filterKindPromptDiscovery;
59+
case 'hook': return this.filterKindPromptDiscovery;
5960
case 'subagentInvocation': return this.filterKindSubagent;
6061

6162
default: return true;

0 commit comments

Comments
 (0)