This repository was archived by the owner on May 20, 2026. It is now read-only.
Commit 539d2dc
authored
Fix 'Hide Ghost Requests' not filtering ghost prompt groups (#4425)
The ghost request filter in the Chat Debug Log only checked ChatRequestItem
instances but not ChatPromptItem (parent grouping nodes). This meant ghost
prompt groups labeled 'Ghost' or 'Ghost | ...' remained visible even with
the filter active.
Extend isGhostRequest to also handle ChatPromptItem, matching the pattern
already used for NES request filtering.
Fixes microsoft/vscode#2975661 parent 55c5da0 commit 539d2dc
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
865 | 868 | | |
866 | 869 | | |
867 | 870 | | |
| |||
881 | 884 | | |
882 | 885 | | |
883 | 886 | | |
884 | | - | |
885 | | - | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
886 | 895 | | |
887 | 896 | | |
888 | 897 | | |
| |||
0 commit comments