Commit fe82a76
authored
thinking header enforce first word must be past tense, dim text after verb (#298119)
* thinking headers: dim text after first word on finalize
When a thinking header finalizes, everything past the first word
(assumed to be a past tense verb) renders at 0.7 opacity while
the verb itself stays at full opacity.
* thinking titles: enforce first word must be a past tense verb
* thinking: remove top gap before first list item
* thinking: normalize streaming title detail line-height
* thinking: avoid inline-baseline header height jitter
* fix jump1 parent 7822fcf commit fe82a76
File tree
2 files changed
+44
-9
lines changed- src/vs/workbench/contrib/chat/browser/widget/chatContentParts
- media
2 files changed
+44
-9
lines changedLines changed: 35 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
586 | 614 | | |
587 | 615 | | |
588 | 616 | | |
589 | 617 | | |
590 | 618 | | |
591 | 619 | | |
592 | | - | |
| 620 | + | |
593 | 621 | | |
594 | 622 | | |
595 | 623 | | |
| |||
745 | 773 | | |
746 | 774 | | |
747 | 775 | | |
748 | | - | |
| 776 | + | |
749 | 777 | | |
750 | 778 | | |
751 | 779 | | |
| |||
755 | 783 | | |
756 | 784 | | |
757 | 785 | | |
758 | | - | |
| 786 | + | |
759 | 787 | | |
760 | 788 | | |
761 | 789 | | |
| |||
787 | 815 | | |
788 | 816 | | |
789 | 817 | | |
790 | | - | |
| 818 | + | |
791 | 819 | | |
792 | 820 | | |
793 | 821 | | |
| |||
837 | 865 | | |
838 | 866 | | |
839 | 867 | | |
| 868 | + | |
840 | 869 | | |
841 | 870 | | |
842 | 871 | | |
| |||
962 | 991 | | |
963 | 992 | | |
964 | 993 | | |
965 | | - | |
966 | | - | |
967 | | - | |
| 994 | + | |
968 | 995 | | |
969 | 996 | | |
970 | 997 | | |
| |||
1018 | 1045 | | |
1019 | 1046 | | |
1020 | 1047 | | |
1021 | | - | |
| 1048 | + | |
1022 | 1049 | | |
1023 | 1050 | | |
1024 | 1051 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
160 | 169 | | |
161 | 170 | | |
162 | 171 | | |
163 | | - | |
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
| |||
0 commit comments