@sourcegraph/cody-web 0.29.0 → 0.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{agent.worker-CLZTuutJ.mjs → agent.worker-DT8FShIL.mjs} +24559 -93124
- package/dist/agent.worker.js +2 -2
- package/dist/astro-BATLEnoy.mjs +17 -0
- package/dist/c-B8TlBCFr.mjs +7 -0
- package/dist/cpp-DYJ1g7Fo.mjs +29 -0
- package/dist/csharp-DRntzcks.mjs +7 -0
- package/dist/css-KLNy07E7.mjs +7 -0
- package/dist/dart-DaU9Psmi.mjs +7 -0
- package/dist/demo/App.d.ts.map +1 -1
- package/dist/elixir-OMHxJfb4.mjs +9 -0
- package/dist/{git-log-DdqCEMyP.mjs → git-log-CZLl35Ua.mjs} +1 -1
- package/dist/go-xYoHYGGB.mjs +7 -0
- package/dist/html-BAZ2wq3J.mjs +11 -0
- package/dist/{index-DUvhmzQI.mjs → index-CFWvzD4D.mjs} +2 -2
- package/dist/index.js +2425 -4797
- package/dist/java-CdrdFkPY.mjs +7 -0
- package/dist/javascript-1GMkgN3w.mjs +7 -0
- package/dist/json-C_HcaeRd.mjs +7 -0
- package/dist/jsx-Cw6rKL1z.mjs +7 -0
- package/dist/kotlin-Bs94fUGh.mjs +7 -0
- package/dist/lib/agent/agent.client.d.ts +2 -1
- package/dist/lib/agent/agent.client.d.ts.map +1 -1
- package/dist/lib/components/CodyPromptTemplate.d.ts.map +1 -1
- package/dist/lib/components/CodyWebChat.d.ts +2 -1
- package/dist/lib/components/CodyWebChat.d.ts.map +1 -1
- package/dist/lib/components/use-cody-agent.d.ts +1 -0
- package/dist/lib/components/use-cody-agent.d.ts.map +1 -1
- package/dist/lib/types.d.ts +3 -2
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/php-3ykgyHE8.mjs +24 -0
- package/dist/postcss-BOchrLRe.mjs +7 -0
- package/dist/python-CbDN3vTu.mjs +7 -0
- package/dist/rust-D--6Ztfk.mjs +7 -0
- package/dist/sql-BMFgktbO.mjs +7 -0
- package/dist/style.css +267 -479
- package/dist/svelte-BswQCNyU.mjs +15 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/tsx-9WkEJr9u.mjs +7 -0
- package/dist/typescript-B76wPnsg.mjs +7 -0
- package/dist/util-Bt98Paeh.mjs +2033 -0
- package/dist/vitesse-dark-jJ32WhwH.mjs +4 -0
- package/dist/vitesse-light-476zM4e6.mjs +4 -0
- package/dist/{vscode-shim-Bv20P0qV.mjs → vscode-shim-DuhCkl0x.mjs} +13489 -6024
- package/dist/vue-CS6u7ICx.mjs +44 -0
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -132,9 +132,24 @@ body:is([data-vscode-theme-kind='vscode-high-contrast'], [data-vscode-theme-kind
|
|
|
132
132
|
html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
|
|
133
133
|
background-color: transparent;
|
|
134
134
|
}
|
|
135
|
-
._popover-
|
|
135
|
+
._popover-container_11l09_1 {
|
|
136
|
+
position: absolute;
|
|
137
|
+
left: 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@media (max-width: 300px) {
|
|
141
|
+
._popover-container_11l09_1 {
|
|
142
|
+
position: relative;
|
|
143
|
+
|
|
144
|
+
--outside-bound-editor-width: 48px;
|
|
145
|
+
min-width: calc(100vw - var(--outside-bound-editor-width));
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
._popover-dimensions_11l09_15 {
|
|
136
150
|
margin-top: 20px; /* show on the line below the cursor */
|
|
137
151
|
width: clamp(300px, 65vw, 440px);
|
|
152
|
+
max-width: 100%;
|
|
138
153
|
|
|
139
154
|
--max-items: 12;
|
|
140
155
|
--mention-item-height: 30px;
|
|
@@ -143,14 +158,16 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
|
|
|
143
158
|
display: flex;
|
|
144
159
|
align-items: start;
|
|
145
160
|
}
|
|
146
|
-
|
|
161
|
+
|
|
162
|
+
._popover-dimensions_11l09_15 ._popover_11l09_1 {
|
|
147
163
|
flex: 1;
|
|
148
164
|
}
|
|
149
|
-
|
|
165
|
+
|
|
166
|
+
.typeahead-flipped ._popover-dimensions_11l09_15 {
|
|
150
167
|
align-items: end;
|
|
151
168
|
}
|
|
152
169
|
|
|
153
|
-
.
|
|
170
|
+
._popover_11l09_1 {
|
|
154
171
|
overflow: auto;
|
|
155
172
|
background: var(--vscode-sideBar-background);
|
|
156
173
|
color: var(--vscode-sideBar-foreground);
|
|
@@ -396,22 +413,20 @@ img.ProseMirror-separator {
|
|
|
396
413
|
text-decoration: line-through;
|
|
397
414
|
color: var(--vscode-editorWarning-foreground);
|
|
398
415
|
}
|
|
399
|
-
._outer-
|
|
400
|
-
background-color: var(--vscode-sideBar-background);
|
|
416
|
+
._outer-container_eh1dt_1 {
|
|
401
417
|
display: flex;
|
|
402
418
|
flex-direction: column;
|
|
403
|
-
box-sizing: border-box;
|
|
404
419
|
height: 100%;
|
|
405
420
|
overflow: hidden;
|
|
406
421
|
}
|
|
407
422
|
|
|
408
|
-
._error-
|
|
423
|
+
._error-container_eh1dt_8 {
|
|
409
424
|
display: flex;
|
|
410
425
|
flex-direction: column-reverse;
|
|
411
426
|
gap: 0.5rem;
|
|
412
427
|
}
|
|
413
428
|
|
|
414
|
-
.
|
|
429
|
+
._error_eh1dt_8 {
|
|
415
430
|
flex-direction: row;
|
|
416
431
|
display: flex;
|
|
417
432
|
padding: 1rem;
|
|
@@ -423,7 +438,7 @@ img.ProseMirror-separator {
|
|
|
423
438
|
align-items: baseline;
|
|
424
439
|
}
|
|
425
440
|
|
|
426
|
-
._close-
|
|
441
|
+
._close-btn_eh1dt_26 {
|
|
427
442
|
position: absolute;
|
|
428
443
|
top: 0.65rem;
|
|
429
444
|
right: 0.65rem;
|
|
@@ -437,113 +452,17 @@ img.ProseMirror-separator {
|
|
|
437
452
|
kbd {
|
|
438
453
|
all: unset;
|
|
439
454
|
}
|
|
440
|
-
.
|
|
441
|
-
white-space: nowrap;
|
|
442
|
-
text-overflow: ellipsis;
|
|
443
|
-
overflow: hidden;
|
|
444
|
-
|
|
445
|
-
/* Makes ellipsis show in default text color, we show the basename in link color below */
|
|
446
|
-
color: var(--vscode-disabledForeground);
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
._excluded_1dh30_10 {
|
|
450
|
-
text-decoration: line-through !important;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
._basename_1dh30_14 {
|
|
454
|
-
color: var(--vscode-textLink-foreground);
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
._repoShortName_1dh30_18 {
|
|
458
|
-
color: var(--vscode-disabledForeground);
|
|
459
|
-
font-size: smaller;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
._dirname_1dh30_23 {
|
|
463
|
-
color: var(--vscode-disabledForeground);
|
|
464
|
-
font-size: smaller;
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
._range_1dh30_28 {
|
|
468
|
-
color: var(--vscode-disabledForeground);
|
|
469
|
-
}
|
|
470
|
-
._accordion-trigger_12003_1 {
|
|
471
|
-
display: flex;
|
|
472
|
-
gap: 0.25rem;
|
|
473
|
-
align-items: center;
|
|
474
|
-
justify-content: space-between;
|
|
475
|
-
transition-property: all;
|
|
476
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
477
|
-
transition-duration: 150ms;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
._accordion-trigger_12003_1[data-state="open"] ._accordion-trigger-chevron_12003_11 {
|
|
481
|
-
transform: rotate(90deg);
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
._accordion-trigger-chevron_12003_11 {
|
|
485
|
-
flex-shrink: 0; /* tw-shrink-0 */
|
|
486
|
-
transition-property: transform; /* tw-transition-transform */
|
|
487
|
-
transition-duration: 150ms; /* tw-duration-150 */
|
|
488
|
-
}
|
|
489
|
-
._dots-holder_10c80_1 {
|
|
490
|
-
display: flex;
|
|
491
|
-
gap: 0.2rem;
|
|
492
|
-
margin: 0.5rem 0;
|
|
493
|
-
margin-left: 0.25rem;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
._dot_10c80_1 {
|
|
497
|
-
animation: 1s _flash_10c80_1 0.5s infinite;
|
|
498
|
-
width: 0.25rem !important;
|
|
499
|
-
height: 0.25rem !important;
|
|
500
|
-
border-radius: 100%;
|
|
501
|
-
background-color: var(--vscode-input-foreground);
|
|
502
|
-
opacity: 0.25;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
body[data-vscode-theme-kind='vscode-light'] ._dot_10c80_1,
|
|
506
|
-
body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
|
|
507
|
-
background-color: black;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
._dot_10c80_1:nth-child(2) {
|
|
511
|
-
animation-delay: 0.6s;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
._dot_10c80_1:nth-child(3) {
|
|
515
|
-
animation-delay: 0.7s;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
@keyframes _flash_10c80_1 {
|
|
519
|
-
from {
|
|
520
|
-
opacity: 1;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
50% {
|
|
524
|
-
opacity: 1;
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
to {
|
|
528
|
-
opacity: 0.25;
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
._buttons-container_1kf9a_1 {
|
|
455
|
+
._buttons-container_1ok1a_1 {
|
|
532
456
|
display: flex;
|
|
533
457
|
flex-wrap: wrap;
|
|
534
458
|
align-items: center;
|
|
535
|
-
border-style: solid;
|
|
536
|
-
border-width: 1px;
|
|
537
|
-
border-color: var(--vscode-sideBarSectionHeader-border);
|
|
538
|
-
border-bottom-left-radius: 2px;
|
|
539
|
-
border-bottom-right-radius: 2px;
|
|
540
459
|
padding: 4px;
|
|
541
460
|
}
|
|
542
461
|
|
|
543
|
-
.
|
|
462
|
+
._buttons_1ok1a_1 {
|
|
544
463
|
display: flex;
|
|
545
464
|
}
|
|
546
|
-
.
|
|
465
|
+
._button_1ok1a_1 {
|
|
547
466
|
display: flex;
|
|
548
467
|
align-items: center;
|
|
549
468
|
padding: 3px;
|
|
@@ -554,23 +473,23 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
|
|
|
554
473
|
border-radius: var(--button-icon-corner-radius);
|
|
555
474
|
color: var(--foreground);
|
|
556
475
|
}
|
|
557
|
-
.
|
|
476
|
+
._button_1ok1a_1:hover {
|
|
558
477
|
background: var(--button-icon-hover-background);
|
|
559
478
|
outline: 1px dotted var(--contrast-active-border);
|
|
560
479
|
outline-offset: -1px;
|
|
561
480
|
}
|
|
562
|
-
.
|
|
481
|
+
._button_1ok1a_1:not(:first-child) {
|
|
563
482
|
margin-left: 0.25rem;
|
|
564
483
|
}
|
|
565
484
|
|
|
566
|
-
.
|
|
485
|
+
._button_1ok1a_1 ._icon-container_1ok1a_31 {
|
|
567
486
|
margin-right: 0.25rem
|
|
568
487
|
}
|
|
569
488
|
|
|
570
|
-
._copy-
|
|
571
|
-
._insert-
|
|
572
|
-
._attribution-
|
|
573
|
-
.
|
|
489
|
+
._copy-button_1ok1a_35,
|
|
490
|
+
._insert-button_1ok1a_36,
|
|
491
|
+
._attribution-icon_1ok1a_37,
|
|
492
|
+
._status_1ok1a_38 {
|
|
574
493
|
all: unset;
|
|
575
494
|
padding: 3px;
|
|
576
495
|
min-width: 16px; /* Status element needs to be able to expand. */
|
|
@@ -578,60 +497,60 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
|
|
|
578
497
|
background-color: transparent;
|
|
579
498
|
}
|
|
580
499
|
|
|
581
|
-
._copy-
|
|
582
|
-
._insert-
|
|
500
|
+
._copy-button_1ok1a_35,
|
|
501
|
+
._insert-button_1ok1a_36 {
|
|
583
502
|
cursor: pointer;
|
|
584
503
|
background: var(--button-icon-background);
|
|
585
504
|
border-radius: var(--button-icon-corner-radius);
|
|
586
505
|
color: var(--foreground);
|
|
587
506
|
}
|
|
588
|
-
._copy-
|
|
589
|
-
._insert-
|
|
507
|
+
._copy-button_1ok1a_35:hover,
|
|
508
|
+
._insert-button_1ok1a_36:hover {
|
|
590
509
|
background: var(--button-icon-hover-background);
|
|
591
510
|
outline: 1px dotted var(--contrast-active-border);
|
|
592
511
|
outline-offset: -1px;
|
|
593
512
|
}
|
|
594
513
|
|
|
595
|
-
.
|
|
514
|
+
._status_1ok1a_38 {
|
|
596
515
|
font-size: 12px;
|
|
597
516
|
line-height: 1;
|
|
598
517
|
}
|
|
599
518
|
|
|
600
|
-
._metadata-
|
|
519
|
+
._metadata-container_1ok1a_65 {
|
|
601
520
|
display: flex;
|
|
602
521
|
align-items: center;
|
|
603
522
|
margin-left: auto;
|
|
604
523
|
}
|
|
605
524
|
|
|
606
|
-
._metadata-
|
|
525
|
+
._metadata-container_1ok1a_65 > :not(:last-child) {
|
|
607
526
|
margin-right: 0.25rem;
|
|
608
527
|
}
|
|
609
528
|
|
|
610
|
-
._attribution-
|
|
529
|
+
._attribution-container_1ok1a_75 {
|
|
611
530
|
all: unset;
|
|
612
531
|
display: flex;
|
|
613
532
|
margin-left: auto;
|
|
614
533
|
}
|
|
615
534
|
|
|
616
535
|
|
|
617
|
-
._attribution-icon-
|
|
536
|
+
._attribution-icon-unavailable_1ok1a_82 {
|
|
618
537
|
color: var(--hl-orange);
|
|
619
538
|
}
|
|
620
539
|
|
|
621
|
-
._attribution-icon-
|
|
540
|
+
._attribution-icon-found_1ok1a_86 {
|
|
622
541
|
color: var(--hl-dark-red);
|
|
623
542
|
}
|
|
624
543
|
|
|
625
|
-
.
|
|
544
|
+
._status_1ok1a_38 {
|
|
626
545
|
display: flex;
|
|
627
546
|
align-items: center;
|
|
628
547
|
}
|
|
629
548
|
|
|
630
|
-
._codicon-
|
|
631
|
-
animation:
|
|
549
|
+
._codicon-loading_1ok1a_95 {
|
|
550
|
+
animation: _spin_1ok1a_1 1s linear infinite;
|
|
632
551
|
}
|
|
633
552
|
|
|
634
|
-
@keyframes
|
|
553
|
+
@keyframes _spin_1ok1a_1 {
|
|
635
554
|
from { transform: rotate(0deg); }
|
|
636
555
|
to { transform: rotate(360deg); }
|
|
637
556
|
}
|
|
@@ -643,16 +562,16 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
|
|
|
643
562
|
--spacing: 1rem;
|
|
644
563
|
}
|
|
645
564
|
|
|
646
|
-
.
|
|
565
|
+
._content_1ok1a_111 {
|
|
647
566
|
word-break: break-word;
|
|
648
567
|
text-wrap: wrap;
|
|
649
568
|
}
|
|
650
569
|
|
|
651
570
|
/* Style @-file tokens to match TranscriptAction context files */
|
|
652
|
-
.
|
|
653
|
-
.
|
|
654
|
-
.
|
|
655
|
-
.
|
|
571
|
+
._content_1ok1a_111 a[href^="vscode://file"] em,
|
|
572
|
+
._content_1ok1a_111 a[href^="vscode-insiders://file"] em,
|
|
573
|
+
._content_1ok1a_111 a[href^="vscodium://file"] em,
|
|
574
|
+
._content_1ok1a_111 a[href^="cursor://file"] em
|
|
656
575
|
{
|
|
657
576
|
padding: 1px 2px;
|
|
658
577
|
box-sizing: border-box;
|
|
@@ -662,88 +581,88 @@ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
|
|
|
662
581
|
word-break: break-all;
|
|
663
582
|
}
|
|
664
583
|
|
|
665
|
-
.
|
|
584
|
+
._content_1ok1a_111 p {
|
|
666
585
|
word-break: break-word;
|
|
667
586
|
margin-block: 1rem;
|
|
668
587
|
}
|
|
669
588
|
|
|
670
|
-
|
|
589
|
+
/* code block styling */
|
|
590
|
+
._content_1ok1a_111 pre {
|
|
671
591
|
padding: calc(var(--spacing) * 0.5);
|
|
672
592
|
overflow-x: auto;
|
|
673
|
-
border-style: solid;
|
|
674
|
-
border-width: 1px;
|
|
675
|
-
border-color: var(--vscode-sideBarSectionHeader-border);
|
|
676
593
|
border-bottom: none;
|
|
677
594
|
margin: 1rem 0;
|
|
595
|
+
border-radius: 3px;
|
|
596
|
+
border: 1px solid var(--vscode-input-background);
|
|
678
597
|
}
|
|
679
598
|
|
|
680
|
-
.
|
|
681
|
-
.
|
|
599
|
+
._content_1ok1a_111 code,
|
|
600
|
+
._content_1ok1a_111 pre {
|
|
682
601
|
font-family: var(--vscode-editor-font-family);
|
|
683
602
|
font-size: var(--vscode-editor-font-size);
|
|
684
603
|
overflow: auto;
|
|
685
604
|
}
|
|
686
605
|
|
|
687
|
-
.
|
|
688
|
-
.
|
|
606
|
+
._content_1ok1a_111 pre,
|
|
607
|
+
._content_1ok1a_111 pre > code {
|
|
689
608
|
/* Our syntax highlighter emits colors intended for dark backgrounds only. */
|
|
690
609
|
background-color: var(--code-background);
|
|
691
610
|
color: var(--code-foreground);
|
|
692
611
|
margin-bottom: 0;
|
|
693
612
|
}
|
|
694
|
-
body[data-vscode-theme-kind='vscode-light'] .
|
|
695
|
-
body[data-vscode-theme-kind='vscode-light'] .
|
|
613
|
+
body[data-vscode-theme-kind='vscode-light'] ._content_1ok1a_111 pre,
|
|
614
|
+
body[data-vscode-theme-kind='vscode-light'] ._content_1ok1a_111 pre > code {
|
|
696
615
|
/* Our syntax highlighter emits colors intended for dark backgrounds only. */
|
|
697
616
|
background-color: var(--code-background);
|
|
698
617
|
color: var(--code-foreground);
|
|
699
618
|
}
|
|
700
619
|
|
|
701
|
-
.
|
|
702
|
-
.
|
|
703
|
-
.
|
|
704
|
-
.
|
|
705
|
-
.
|
|
706
|
-
.
|
|
620
|
+
._content_1ok1a_111 h1,
|
|
621
|
+
._content_1ok1a_111 h2,
|
|
622
|
+
._content_1ok1a_111 h3,
|
|
623
|
+
._content_1ok1a_111 h4,
|
|
624
|
+
._content_1ok1a_111 h5,
|
|
625
|
+
._content_1ok1a_111 h6 {
|
|
707
626
|
margin: 1.2em 0;
|
|
708
627
|
}
|
|
709
628
|
|
|
710
|
-
.
|
|
629
|
+
._content_1ok1a_111 h1 {
|
|
711
630
|
font-size: 1.15em;
|
|
712
631
|
font-weight: 700;
|
|
713
632
|
}
|
|
714
633
|
|
|
715
|
-
.
|
|
634
|
+
._content_1ok1a_111 h2 {
|
|
716
635
|
font-size: 1.1em;
|
|
717
636
|
font-weight: 700;
|
|
718
637
|
}
|
|
719
638
|
|
|
720
|
-
.
|
|
639
|
+
._content_1ok1a_111 h3 {
|
|
721
640
|
font-size: inherit;
|
|
722
641
|
font-weight: 700;
|
|
723
642
|
}
|
|
724
643
|
|
|
725
|
-
.
|
|
726
|
-
.
|
|
727
|
-
.
|
|
644
|
+
._content_1ok1a_111 h4,
|
|
645
|
+
._content_1ok1a_111 h5,
|
|
646
|
+
._content_1ok1a_111 h6 {
|
|
728
647
|
font-size: inherit;
|
|
729
648
|
font-weight: 600;
|
|
730
649
|
}
|
|
731
650
|
|
|
732
|
-
.
|
|
651
|
+
._content_1ok1a_111 > *:first-child {
|
|
733
652
|
margin-top: 0;
|
|
734
653
|
}
|
|
735
654
|
|
|
736
|
-
.
|
|
655
|
+
._content_1ok1a_111 > *:last-child {
|
|
737
656
|
margin-bottom: 0;
|
|
738
657
|
}
|
|
739
658
|
|
|
740
|
-
.
|
|
659
|
+
._content_1ok1a_111 ul, ._content_1ok1a_111 ol {
|
|
741
660
|
margin-block: 1rem;
|
|
742
661
|
padding-inline-start: 2rem;
|
|
743
662
|
list-style: revert;
|
|
744
663
|
}
|
|
745
664
|
|
|
746
|
-
._file-name-
|
|
665
|
+
._file-name-container_1ok1a_211 {
|
|
747
666
|
color: var(--vscode-descriptionForeground);
|
|
748
667
|
margin-left: auto;
|
|
749
668
|
}
|
|
@@ -756,7 +675,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
756
675
|
._spin_56lwz_7 {
|
|
757
676
|
animation: _spin_56lwz_7 1.5s steps(30) infinite;
|
|
758
677
|
}
|
|
759
|
-
._error-
|
|
678
|
+
._error-item_1sixu_1 {
|
|
760
679
|
display: flex;
|
|
761
680
|
flex-direction: row;
|
|
762
681
|
gap: 0.8rem;
|
|
@@ -768,28 +687,28 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
768
687
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
769
688
|
}
|
|
770
689
|
|
|
771
|
-
._error-
|
|
690
|
+
._error-item_1sixu_1 ._icon_1sixu_13 {
|
|
772
691
|
font-size: 24px;
|
|
773
692
|
}
|
|
774
693
|
|
|
775
|
-
._error-
|
|
694
|
+
._error-item_1sixu_1 ._body_1sixu_17 {
|
|
776
695
|
display: flex;
|
|
777
696
|
flex-direction: column;
|
|
778
697
|
gap: 0.2rem;
|
|
779
698
|
width: 100%;
|
|
780
699
|
}
|
|
781
700
|
|
|
782
|
-
._error-
|
|
701
|
+
._error-item_1sixu_1 vscode-button {
|
|
783
702
|
margin: 0;
|
|
784
703
|
}
|
|
785
704
|
|
|
786
|
-
._error-
|
|
787
|
-
._error-
|
|
705
|
+
._error-item_1sixu_1 h1,
|
|
706
|
+
._error-item_1sixu_1 p {
|
|
788
707
|
margin: 0;
|
|
789
708
|
line-height: 1.15;
|
|
790
709
|
}
|
|
791
710
|
|
|
792
|
-
._error-
|
|
711
|
+
._error-item_1sixu_1 header {
|
|
793
712
|
display: flex;
|
|
794
713
|
flex-direction: column;
|
|
795
714
|
gap: 0.5rem;
|
|
@@ -797,27 +716,27 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
797
716
|
margin-top: 0px;
|
|
798
717
|
}
|
|
799
718
|
|
|
800
|
-
._error-
|
|
719
|
+
._error-item_1sixu_1 header h1 {
|
|
801
720
|
font-size: 14px;
|
|
802
721
|
font-weight: 600;
|
|
803
722
|
letter-spacing: 0.3px;
|
|
804
723
|
}
|
|
805
724
|
|
|
806
|
-
._error-
|
|
725
|
+
._error-item_1sixu_1 header p {
|
|
807
726
|
opacity: 0.9;
|
|
808
727
|
line-height: 1.5;
|
|
809
728
|
}
|
|
810
729
|
|
|
811
|
-
._error-
|
|
730
|
+
._error-item_1sixu_1 ._actions_1sixu_53 {
|
|
812
731
|
margin-top: 10px;
|
|
813
732
|
}
|
|
814
733
|
|
|
815
|
-
._error-
|
|
734
|
+
._error-item_1sixu_1 ._retry-message_1sixu_57 {
|
|
816
735
|
font-size: 11px;
|
|
817
736
|
opacity: 0.7;
|
|
818
737
|
}
|
|
819
738
|
|
|
820
|
-
._error-
|
|
739
|
+
._error-item_1sixu_1 ._banner-container_1sixu_62 {
|
|
821
740
|
position: absolute;
|
|
822
741
|
top: 0;
|
|
823
742
|
right: 0;
|
|
@@ -832,18 +751,18 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
832
751
|
initial-value: 0%;
|
|
833
752
|
}
|
|
834
753
|
|
|
835
|
-
._error-
|
|
754
|
+
._error-item_1sixu_1 ._banner_1sixu_62 {
|
|
836
755
|
--error-item-reflection-position: -100%;
|
|
837
756
|
|
|
838
757
|
padding: 6px 30px;
|
|
839
758
|
transform: translateY(50%) translateX(25%) rotate(45deg);
|
|
840
759
|
border: 1px solid rgba(0 0 0 / 16%);
|
|
841
760
|
background: linear-gradient(
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
761
|
+
45deg,
|
|
762
|
+
rgb(255 220 220 / 0%) calc(var(--error-item-reflection-position) + 35%),
|
|
763
|
+
rgb(255 220 220 / 50%) calc(var(--error-item-reflection-position) + 50%),
|
|
764
|
+
rgb(255 220 220 / 0%) calc(var(--error-item-reflection-position) + 65%)
|
|
765
|
+
),
|
|
847
766
|
linear-gradient(rgb(255 255 255 / 55%), rgb(255 255 255 / 55%)),
|
|
848
767
|
repeating-conic-gradient(#4ac1e8, #7048e8, #ff5543, #7048e8, #4ac1e8);
|
|
849
768
|
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
|
|
@@ -858,7 +777,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
858
777
|
cursor: pointer;
|
|
859
778
|
}
|
|
860
779
|
|
|
861
|
-
._error-
|
|
780
|
+
._error-item_1sixu_1 ._banner_1sixu_62:hover {
|
|
862
781
|
--error-item-reflection-position: 100%;
|
|
863
782
|
|
|
864
783
|
transition:
|
|
@@ -869,7 +788,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
869
788
|
0 0 10px 0 rgb(255 255 255 / 35%);
|
|
870
789
|
}
|
|
871
790
|
|
|
872
|
-
._error-
|
|
791
|
+
._error-item_1sixu_1 ._banner_1sixu_62::before {
|
|
873
792
|
content: ' ';
|
|
874
793
|
position: absolute;
|
|
875
794
|
top: 0;
|
|
@@ -880,7 +799,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
880
799
|
background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
|
|
881
800
|
}
|
|
882
801
|
|
|
883
|
-
._error-
|
|
802
|
+
._error-item_1sixu_1 ._banner_1sixu_62::after {
|
|
884
803
|
content: ' ';
|
|
885
804
|
position: absolute;
|
|
886
805
|
bottom: 0;
|
|
@@ -891,7 +810,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
891
810
|
background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
|
|
892
811
|
}
|
|
893
812
|
|
|
894
|
-
._request-
|
|
813
|
+
._request-error_1sixu_136 {
|
|
895
814
|
background-color: #f7bcbc;
|
|
896
815
|
color: #de3400;
|
|
897
816
|
|
|
@@ -904,25 +823,54 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
904
823
|
border-left: 0.5rem solid #d8000c;
|
|
905
824
|
}
|
|
906
825
|
|
|
907
|
-
._request-error-
|
|
826
|
+
._request-error-title_1sixu_149 {
|
|
908
827
|
font-weight: bold;
|
|
909
|
-
}
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
._error-content_1sixu_153 {
|
|
831
|
+
margin-bottom: 16px;
|
|
832
|
+
}
|
|
833
|
+
._dots-holder_10c80_1 {
|
|
910
834
|
display: flex;
|
|
911
|
-
|
|
835
|
+
gap: 0.2rem;
|
|
836
|
+
margin: 0.5rem 0;
|
|
837
|
+
margin-left: 0.25rem;
|
|
912
838
|
}
|
|
913
839
|
|
|
914
|
-
.
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
840
|
+
._dot_10c80_1 {
|
|
841
|
+
animation: 1s _flash_10c80_1 0.5s infinite;
|
|
842
|
+
width: 0.25rem !important;
|
|
843
|
+
height: 0.25rem !important;
|
|
844
|
+
border-radius: 100%;
|
|
845
|
+
background-color: var(--vscode-input-foreground);
|
|
846
|
+
opacity: 0.25;
|
|
920
847
|
}
|
|
921
848
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
849
|
+
body[data-vscode-theme-kind='vscode-light'] ._dot_10c80_1,
|
|
850
|
+
body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
|
|
851
|
+
background-color: black;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
._dot_10c80_1:nth-child(2) {
|
|
855
|
+
animation-delay: 0.6s;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
._dot_10c80_1:nth-child(3) {
|
|
859
|
+
animation-delay: 0.7s;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
@keyframes _flash_10c80_1 {
|
|
863
|
+
from {
|
|
864
|
+
opacity: 1;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
50% {
|
|
868
|
+
opacity: 1;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
to {
|
|
872
|
+
opacity: 0.25;
|
|
873
|
+
}
|
|
926
874
|
}
|
|
927
875
|
:root {
|
|
928
876
|
--code-font-size: #{(12/14)}em;
|
|
@@ -1225,78 +1173,6 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
|
|
|
1225
1173
|
margin: 0.5rem 0 0.5rem 1rem;
|
|
1226
1174
|
background-color: color-mix(in srgb, var(--vscode-editor-background), var(--vscode-focusBorder) 10%);
|
|
1227
1175
|
}
|
|
1228
|
-
._context-item_g0048_1 {
|
|
1229
|
-
display: inline-flex;
|
|
1230
|
-
padding: 2px 4px 2px 2px;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
._context-item-metadata_g0048_6 {
|
|
1234
|
-
color: var(--vscode-disabledForeground);
|
|
1235
|
-
padding-left: 0.1rem;
|
|
1236
|
-
text-wrap: nowrap;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
._context-item-edit-button_g0048_12 {
|
|
1240
|
-
/* display: flex; */
|
|
1241
|
-
display: none;
|
|
1242
|
-
align-items: center;
|
|
1243
|
-
|
|
1244
|
-
flex-wrap: nowrap;
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
._context-item-edit-button-icon_g0048_20 {
|
|
1248
|
-
height: 20%;
|
|
1249
|
-
margin-right: 0.5rem;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
._context-suggested-actions_g0048_25 {
|
|
1253
|
-
display: flex;
|
|
1254
|
-
flex-wrap: wrap;
|
|
1255
|
-
gap: 0.25rem;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
._root_g0048_31 {
|
|
1259
|
-
display: flex;
|
|
1260
|
-
flex-direction: column;
|
|
1261
|
-
gap: 0.25rem;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
._link-container_g0048_37 {
|
|
1265
|
-
display: inline-flex;
|
|
1266
|
-
padding: 2px 4px 2px 2px;
|
|
1267
|
-
min-width: 0;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
._header_g0048_43 {
|
|
1271
|
-
display: flex;
|
|
1272
|
-
gap: 0.25rem;
|
|
1273
|
-
align-items: center;
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
._context-item-link_g0048_49 {
|
|
1277
|
-
background: none;
|
|
1278
|
-
border: none;
|
|
1279
|
-
color: var(--vscode-textLink-foreground);
|
|
1280
|
-
font-size: inherit;
|
|
1281
|
-
padding: 0;
|
|
1282
|
-
margin: 0;
|
|
1283
|
-
text-align: left;
|
|
1284
|
-
font-weight: normal;
|
|
1285
|
-
display: flex;
|
|
1286
|
-
align-items: center;
|
|
1287
|
-
gap: 0.125rem;
|
|
1288
|
-
overflow: hidden;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
/* In light high contrast, --vscode-textLink-foreground provides little
|
|
1292
|
-
contrast; instead inherit the --code-foreground color from the container. */
|
|
1293
|
-
body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_g0048_49 {
|
|
1294
|
-
color: inherit;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
._code-block_g0048_70 {
|
|
1298
|
-
margin-bottom: 0.25rem;
|
|
1299
|
-
}
|
|
1300
1176
|
._user-avatar_vhaw6_1 {
|
|
1301
1177
|
isolation: isolate;
|
|
1302
1178
|
display: inline-flex;
|
|
@@ -1750,6 +1626,34 @@ button > ._model-title-with-icon_k71kd_5 ._model-provider_k71kd_21,
|
|
|
1750
1626
|
button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
|
|
1751
1627
|
display: none;
|
|
1752
1628
|
}
|
|
1629
|
+
|
|
1630
|
+
h4{
|
|
1631
|
+
border-bottom: 1px solid var(--vscode-editorWidget-border);
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
._history-row_r1hp5_6 {
|
|
1635
|
+
display: flex;
|
|
1636
|
+
flex-direction: row;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
._history-item_r1hp5_11 {
|
|
1640
|
+
cursor: pointer;;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
._history-item_r1hp5_11:hover {
|
|
1644
|
+
cursor: pointer;
|
|
1645
|
+
color: var(--vscode-list-highlightForeground);
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
._history-delete-btn_r1hp5_20 {
|
|
1649
|
+
opacity: 0;
|
|
1650
|
+
transition: opacity 0.2s ease;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
._history-row_r1hp5_6:hover ._history-delete-btn_r1hp5_20 {
|
|
1654
|
+
opacity: 1;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1753
1657
|
:root {
|
|
1754
1658
|
--vscode-overlay-background: rgb(0 0 0 / 50%);
|
|
1755
1659
|
--vscode-modal-background: var(--vscode-sideBar-background);
|
|
@@ -1874,134 +1778,130 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
|
|
|
1874
1778
|
justify-content: flex-end;
|
|
1875
1779
|
gap: 0.5rem;
|
|
1876
1780
|
}
|
|
1877
|
-
.
|
|
1878
|
-
text-align: center;
|
|
1879
|
-
padding: 0.5rem 0.25rem;
|
|
1880
|
-
background-color: var(--vscode-inputValidation-errorBackground);
|
|
1881
|
-
border-bottom: solid 1px var(--vscode-inputValidation-errorBorder);
|
|
1882
|
-
color: var(--vscode-foreground);
|
|
1883
|
-
}
|
|
1884
|
-
._welcome-footer_1o9k6_1 {
|
|
1885
|
-
padding: 1rem;
|
|
1781
|
+
._accordion-trigger_12003_1 {
|
|
1886
1782
|
display: flex;
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1783
|
+
gap: 0.25rem;
|
|
1784
|
+
align-items: center;
|
|
1785
|
+
justify-content: space-between;
|
|
1786
|
+
transition-property: all;
|
|
1787
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1788
|
+
transition-duration: 150ms;
|
|
1890
1789
|
}
|
|
1891
1790
|
|
|
1892
|
-
.
|
|
1893
|
-
|
|
1894
|
-
flex-flow: column nowrap;
|
|
1895
|
-
width: 100%;
|
|
1896
|
-
gap: 0.5rem;
|
|
1897
|
-
padding: 1rem 0;
|
|
1791
|
+
._accordion-trigger_12003_1[data-state="open"] ._accordion-trigger-chevron_12003_11 {
|
|
1792
|
+
transform: rotate(90deg);
|
|
1898
1793
|
}
|
|
1899
1794
|
|
|
1900
|
-
.
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
font-weight: 500;
|
|
1905
|
-
gap: 0.5rem;
|
|
1795
|
+
._accordion-trigger-chevron_12003_11 {
|
|
1796
|
+
flex-shrink: 0; /* tw-shrink-0 */
|
|
1797
|
+
transition-property: transform; /* tw-transition-transform */
|
|
1798
|
+
transition-duration: 150ms; /* tw-duration-150 */
|
|
1906
1799
|
}
|
|
1800
|
+
._path_1dh30_1 {
|
|
1801
|
+
white-space: nowrap;
|
|
1802
|
+
text-overflow: ellipsis;
|
|
1803
|
+
overflow: hidden;
|
|
1907
1804
|
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
flex-flow: row wrap;
|
|
1911
|
-
gap: 0.25rem 1rem;
|
|
1912
|
-
padding: 0 0.5rem;
|
|
1805
|
+
/* Makes ellipsis show in default text color, we show the basename in link color below */
|
|
1806
|
+
color: var(--vscode-disabledForeground);
|
|
1913
1807
|
}
|
|
1914
1808
|
|
|
1915
|
-
.
|
|
1916
|
-
|
|
1917
|
-
flex-flow: column nowrap;
|
|
1918
|
-
align-items: flex-start;
|
|
1919
|
-
gap: 0.25rem;
|
|
1920
|
-
padding: 0.25rem 0;
|
|
1809
|
+
._excluded_1dh30_10 {
|
|
1810
|
+
text-decoration: line-through !important;
|
|
1921
1811
|
}
|
|
1922
1812
|
|
|
1923
|
-
.
|
|
1924
|
-
|
|
1925
|
-
flex-flow: row wrap;
|
|
1926
|
-
border-radius: 4px;
|
|
1927
|
-
color: var(--vscode-input-foreground);
|
|
1928
|
-
border: 1px solid var(--vscode-button-secondaryBackground);
|
|
1929
|
-
background-color: var(--vscode-editor-background);
|
|
1930
|
-
font-family: var(--vscode-editor-font-family);
|
|
1931
|
-
font-size: var(--vscode-editor-font-size);
|
|
1813
|
+
._basename_1dh30_14 {
|
|
1814
|
+
color: var(--vscode-textLink-foreground);
|
|
1932
1815
|
}
|
|
1933
1816
|
|
|
1934
|
-
.
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
width: 100%;
|
|
1938
|
-
gap: 0.5rem;
|
|
1939
|
-
padding: 1rem 0;
|
|
1817
|
+
._repoShortName_1dh30_18 {
|
|
1818
|
+
color: var(--vscode-disabledForeground);
|
|
1819
|
+
font-size: smaller;
|
|
1940
1820
|
}
|
|
1941
1821
|
|
|
1942
|
-
.
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
justify-content: center;
|
|
1946
|
-
padding: 1rem 0;
|
|
1947
|
-
gap: 1.25rem;
|
|
1948
|
-
border-top: 0.5px solid var(--vscode-button-secondaryBackground);
|
|
1822
|
+
._dirname_1dh30_23 {
|
|
1823
|
+
color: var(--vscode-disabledForeground);
|
|
1824
|
+
font-size: smaller;
|
|
1949
1825
|
}
|
|
1950
1826
|
|
|
1951
|
-
.
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1827
|
+
._range_1dh30_28 {
|
|
1828
|
+
color: var(--vscode-disabledForeground);
|
|
1829
|
+
}
|
|
1830
|
+
._context-item_h7t04_1 {
|
|
1831
|
+
display: inline-flex;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
._context-item-metadata_h7t04_5 {
|
|
1835
|
+
color: var(--vscode-disabledForeground);
|
|
1836
|
+
padding-left: 0.1rem;
|
|
1837
|
+
text-wrap: nowrap;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
._context-item-edit-button_h7t04_11 {
|
|
1841
|
+
/* display: flex; */
|
|
1842
|
+
display: none;
|
|
1957
1843
|
align-items: center;
|
|
1844
|
+
flex-wrap: nowrap;
|
|
1958
1845
|
}
|
|
1959
1846
|
|
|
1960
|
-
.
|
|
1961
|
-
|
|
1962
|
-
|
|
1847
|
+
._context-item-edit-button-icon_h7t04_18 {
|
|
1848
|
+
height: 20%;
|
|
1849
|
+
margin-right: 0.5rem;
|
|
1963
1850
|
}
|
|
1964
|
-
|
|
1851
|
+
|
|
1852
|
+
._context-suggested-actions_h7t04_23 {
|
|
1965
1853
|
display: flex;
|
|
1966
|
-
flex-
|
|
1967
|
-
|
|
1968
|
-
padding: 0.5rem 1rem;
|
|
1969
|
-
background: var(--vscode-editor-background);
|
|
1970
|
-
border: 1px solid var(--vscode-widget-border);
|
|
1971
|
-
margin: 0 auto;
|
|
1972
|
-
border-radius: 6px;
|
|
1854
|
+
flex-wrap: wrap;
|
|
1855
|
+
gap: 0.25rem;
|
|
1973
1856
|
}
|
|
1974
1857
|
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
}
|
|
1858
|
+
._root_h7t04_29 {
|
|
1859
|
+
display: flex;
|
|
1860
|
+
flex-direction: column;
|
|
1861
|
+
gap: 0.25rem;
|
|
1862
|
+
}
|
|
1981
1863
|
|
|
1982
|
-
.
|
|
1864
|
+
._link-container_h7t04_35 {
|
|
1865
|
+
display: inline-flex;
|
|
1866
|
+
min-width: 0;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
._header_h7t04_40 {
|
|
1983
1870
|
display: flex;
|
|
1871
|
+
gap: 0.25rem;
|
|
1984
1872
|
align-items: center;
|
|
1985
|
-
padding: 0.25rem 0.75rem;
|
|
1986
|
-
font-weight: 500;
|
|
1987
|
-
background: var(--vscode-button-secondaryBackground);
|
|
1988
|
-
color: var(--vscode-editor-foreground);
|
|
1989
|
-
text-decoration: none;
|
|
1990
|
-
border-radius: 4px;
|
|
1991
|
-
height: 32px;
|
|
1992
1873
|
}
|
|
1993
1874
|
|
|
1994
|
-
.
|
|
1995
|
-
background:
|
|
1996
|
-
|
|
1875
|
+
._context-item-link_h7t04_46 {
|
|
1876
|
+
background: none;
|
|
1877
|
+
border: none;
|
|
1878
|
+
color: var(--vscode-textLink-foreground);
|
|
1879
|
+
font-size: inherit;
|
|
1880
|
+
padding: 0;
|
|
1881
|
+
margin: 0;
|
|
1882
|
+
text-align: left;
|
|
1883
|
+
font-weight: normal;
|
|
1884
|
+
display: flex;
|
|
1885
|
+
align-items: center;
|
|
1886
|
+
gap: 0.125rem;
|
|
1887
|
+
overflow: hidden;
|
|
1997
1888
|
}
|
|
1998
1889
|
|
|
1999
|
-
|
|
2000
|
-
|
|
1890
|
+
/* In light high contrast, --vscode-textLink-foreground provides little
|
|
1891
|
+
contrast; instead inherit the --code-foreground color from the container. */
|
|
1892
|
+
body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_h7t04_46 {
|
|
1893
|
+
color: inherit;
|
|
2001
1894
|
}
|
|
2002
1895
|
|
|
2003
|
-
.
|
|
2004
|
-
|
|
1896
|
+
._code-block_h7t04_67 {
|
|
1897
|
+
margin-bottom: 0.25rem;
|
|
1898
|
+
}
|
|
1899
|
+
._chat-disabled_rc7no_1 {
|
|
1900
|
+
text-align: center;
|
|
1901
|
+
padding: 0.5rem 0.25rem;
|
|
1902
|
+
background-color: var(--vscode-inputValidation-errorBackground);
|
|
1903
|
+
border-bottom: solid 1px var(--vscode-inputValidation-errorBorder);
|
|
1904
|
+
color: var(--vscode-foreground);
|
|
2005
1905
|
}
|
|
2006
1906
|
|
|
2007
1907
|
/*
|
|
@@ -2618,9 +2518,6 @@ imported in Sourcegraph shell.
|
|
|
2618
2518
|
.tw-pointer-events-none {
|
|
2619
2519
|
pointer-events: none;
|
|
2620
2520
|
}
|
|
2621
|
-
.tw-fixed {
|
|
2622
|
-
position: fixed;
|
|
2623
|
-
}
|
|
2624
2521
|
.tw-absolute {
|
|
2625
2522
|
position: absolute;
|
|
2626
2523
|
}
|
|
@@ -2630,9 +2527,6 @@ imported in Sourcegraph shell.
|
|
|
2630
2527
|
.tw-sticky {
|
|
2631
2528
|
position: sticky;
|
|
2632
2529
|
}
|
|
2633
|
-
.tw-inset-0 {
|
|
2634
|
-
inset: 0px;
|
|
2635
|
-
}
|
|
2636
2530
|
.tw-bottom-0 {
|
|
2637
2531
|
bottom: 0px;
|
|
2638
2532
|
}
|
|
@@ -2685,14 +2579,6 @@ imported in Sourcegraph shell.
|
|
|
2685
2579
|
margin-left: 4px;
|
|
2686
2580
|
margin-right: 4px;
|
|
2687
2581
|
}
|
|
2688
|
-
.tw-mx-4 {
|
|
2689
|
-
margin-left: 8px;
|
|
2690
|
-
margin-right: 8px;
|
|
2691
|
-
}
|
|
2692
|
-
.tw-mx-auto {
|
|
2693
|
-
margin-left: auto;
|
|
2694
|
-
margin-right: auto;
|
|
2695
|
-
}
|
|
2696
2582
|
.tw-my-2 {
|
|
2697
2583
|
margin-top: 4px;
|
|
2698
2584
|
margin-bottom: 4px;
|
|
@@ -2712,9 +2598,6 @@ imported in Sourcegraph shell.
|
|
|
2712
2598
|
.tw-mb-10 {
|
|
2713
2599
|
margin-bottom: 20px;
|
|
2714
2600
|
}
|
|
2715
|
-
.tw-mb-16 {
|
|
2716
|
-
margin-bottom: 32px;
|
|
2717
|
-
}
|
|
2718
2601
|
.tw-mb-2 {
|
|
2719
2602
|
margin-bottom: 4px;
|
|
2720
2603
|
}
|
|
@@ -2748,9 +2631,6 @@ imported in Sourcegraph shell.
|
|
|
2748
2631
|
.tw-ml-4 {
|
|
2749
2632
|
margin-left: 8px;
|
|
2750
2633
|
}
|
|
2751
|
-
.tw-ml-6 {
|
|
2752
|
-
margin-left: 12px;
|
|
2753
|
-
}
|
|
2754
2634
|
.tw-ml-\[1rem\] {
|
|
2755
2635
|
margin-left: 1rem;
|
|
2756
2636
|
}
|
|
@@ -2796,9 +2676,6 @@ imported in Sourcegraph shell.
|
|
|
2796
2676
|
.tw-mt-8 {
|
|
2797
2677
|
margin-top: 16px;
|
|
2798
2678
|
}
|
|
2799
|
-
.tw-mt-\[-1px\] {
|
|
2800
|
-
margin-top: -1px;
|
|
2801
|
-
}
|
|
2802
2679
|
.tw-mt-auto {
|
|
2803
2680
|
margin-top: auto;
|
|
2804
2681
|
}
|
|
@@ -2883,15 +2760,9 @@ imported in Sourcegraph shell.
|
|
|
2883
2760
|
.\!tw-max-h-\[unset\] {
|
|
2884
2761
|
max-height: unset !important;
|
|
2885
2762
|
}
|
|
2886
|
-
.tw-max-h-0 {
|
|
2887
|
-
max-height: 0px;
|
|
2888
|
-
}
|
|
2889
2763
|
.tw-max-h-9 {
|
|
2890
2764
|
max-height: 2.25rem;
|
|
2891
2765
|
}
|
|
2892
|
-
.tw-max-h-\[1000px\] {
|
|
2893
|
-
max-height: 1000px;
|
|
2894
|
-
}
|
|
2895
2766
|
.tw-max-h-\[200px\] {
|
|
2896
2767
|
max-height: 200px;
|
|
2897
2768
|
}
|
|
@@ -2907,18 +2778,12 @@ imported in Sourcegraph shell.
|
|
|
2907
2778
|
.tw-max-h-\[80vh\] {
|
|
2908
2779
|
max-height: 80vh;
|
|
2909
2780
|
}
|
|
2910
|
-
.tw-max-h-\[90vh\] {
|
|
2911
|
-
max-height: 90vh;
|
|
2912
|
-
}
|
|
2913
2781
|
.tw-max-h-fit {
|
|
2914
2782
|
max-height: fit-content;
|
|
2915
2783
|
}
|
|
2916
2784
|
.tw-max-h-full {
|
|
2917
2785
|
max-height: 100%;
|
|
2918
2786
|
}
|
|
2919
|
-
.tw-min-h-10 {
|
|
2920
|
-
min-height: 20px;
|
|
2921
|
-
}
|
|
2922
2787
|
.\!tw-w-fit {
|
|
2923
2788
|
width: fit-content !important;
|
|
2924
2789
|
}
|
|
@@ -2994,27 +2859,12 @@ imported in Sourcegraph shell.
|
|
|
2994
2859
|
.\!tw-max-w-\[unset\] {
|
|
2995
2860
|
max-width: unset !important;
|
|
2996
2861
|
}
|
|
2997
|
-
.tw-max-w-2xl {
|
|
2998
|
-
max-width: 42rem;
|
|
2999
|
-
}
|
|
3000
|
-
.tw-max-w-3xl {
|
|
3001
|
-
max-width: 48rem;
|
|
3002
|
-
}
|
|
3003
2862
|
.tw-max-w-72 {
|
|
3004
2863
|
max-width: 18rem;
|
|
3005
2864
|
}
|
|
3006
|
-
.tw-max-w-\[360px\] {
|
|
3007
|
-
max-width: 360px;
|
|
3008
|
-
}
|
|
3009
2865
|
.tw-max-w-\[550px\] {
|
|
3010
2866
|
max-width: 550px;
|
|
3011
2867
|
}
|
|
3012
|
-
.tw-max-w-\[640px\] {
|
|
3013
|
-
max-width: 640px;
|
|
3014
|
-
}
|
|
3015
|
-
.tw-max-w-\[768px\] {
|
|
3016
|
-
max-width: 768px;
|
|
3017
|
-
}
|
|
3018
2868
|
.tw-max-w-\[90\%\] {
|
|
3019
2869
|
max-width: 90%;
|
|
3020
2870
|
}
|
|
@@ -3048,9 +2898,6 @@ imported in Sourcegraph shell.
|
|
|
3048
2898
|
.tw-grow {
|
|
3049
2899
|
flex-grow: 1;
|
|
3050
2900
|
}
|
|
3051
|
-
.tw-basis-0 {
|
|
3052
|
-
flex-basis: 0px;
|
|
3053
|
-
}
|
|
3054
2901
|
.-tw-translate-y-\[\.2em\] {
|
|
3055
2902
|
--tw-translate-y: -.2em;
|
|
3056
2903
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -3066,12 +2913,6 @@ imported in Sourcegraph shell.
|
|
|
3066
2913
|
.tw-transform {
|
|
3067
2914
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3068
2915
|
}
|
|
3069
|
-
.tw-animate-\[fadeIn_0\.2s_ease-in-out\] {
|
|
3070
|
-
animation: fadeIn 0.2s ease-in-out;
|
|
3071
|
-
}
|
|
3072
|
-
.tw-animate-\[slideUp_0\.2s_ease-in-out\] {
|
|
3073
|
-
animation: slideUp 0.2s ease-in-out;
|
|
3074
|
-
}
|
|
3075
2916
|
@keyframes tw-spin {
|
|
3076
2917
|
to {
|
|
3077
2918
|
transform: rotate(360deg);
|
|
@@ -3155,9 +2996,6 @@ imported in Sourcegraph shell.
|
|
|
3155
2996
|
.tw-gap-1\.5 {
|
|
3156
2997
|
gap: 3px;
|
|
3157
2998
|
}
|
|
3158
|
-
.tw-gap-10 {
|
|
3159
|
-
gap: 20px;
|
|
3160
|
-
}
|
|
3161
2999
|
.tw-gap-2 {
|
|
3162
3000
|
gap: 4px;
|
|
3163
3001
|
}
|
|
@@ -3188,14 +3026,6 @@ imported in Sourcegraph shell.
|
|
|
3188
3026
|
.tw-gap-y-2 {
|
|
3189
3027
|
row-gap: 4px;
|
|
3190
3028
|
}
|
|
3191
|
-
.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
|
|
3192
|
-
--tw-divide-x-reverse: 0;
|
|
3193
|
-
border-right-width: calc(1px * var(--tw-divide-x-reverse));
|
|
3194
|
-
border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
|
|
3195
|
-
}
|
|
3196
|
-
.tw-divide-muted > :not([hidden]) ~ :not([hidden]) {
|
|
3197
|
-
border-color: var(--vscode-input-background);
|
|
3198
|
-
}
|
|
3199
3029
|
.tw-self-start {
|
|
3200
3030
|
align-self: flex-start;
|
|
3201
3031
|
}
|
|
@@ -3217,6 +3047,9 @@ imported in Sourcegraph shell.
|
|
|
3217
3047
|
.tw-overflow-x-hidden {
|
|
3218
3048
|
overflow-x: hidden;
|
|
3219
3049
|
}
|
|
3050
|
+
.tw-overflow-y-scroll {
|
|
3051
|
+
overflow-y: scroll;
|
|
3052
|
+
}
|
|
3220
3053
|
.tw-truncate {
|
|
3221
3054
|
overflow: hidden;
|
|
3222
3055
|
text-overflow: ellipsis;
|
|
@@ -3255,9 +3088,6 @@ imported in Sourcegraph shell.
|
|
|
3255
3088
|
.tw-rounded-sm {
|
|
3256
3089
|
border-radius: 2px;
|
|
3257
3090
|
}
|
|
3258
|
-
.tw-rounded-xl {
|
|
3259
|
-
border-radius: 0.75rem;
|
|
3260
|
-
}
|
|
3261
3091
|
.tw-rounded-bl-full {
|
|
3262
3092
|
border-bottom-left-radius: 9999px;
|
|
3263
3093
|
}
|
|
@@ -3361,9 +3191,6 @@ imported in Sourcegraph shell.
|
|
|
3361
3191
|
.tw-bg-badge-background {
|
|
3362
3192
|
background-color: var(--vscode-badge-background);
|
|
3363
3193
|
}
|
|
3364
|
-
.tw-bg-black\/50 {
|
|
3365
|
-
background-color: rgb(0 0 0 / 0.5);
|
|
3366
|
-
}
|
|
3367
3194
|
.tw-bg-blue-900 {
|
|
3368
3195
|
--tw-bg-opacity: 1;
|
|
3369
3196
|
background-color: rgb(30 58 138 / var(--tw-bg-opacity));
|
|
@@ -3481,9 +3308,6 @@ imported in Sourcegraph shell.
|
|
|
3481
3308
|
.tw-p-10 {
|
|
3482
3309
|
padding: 20px;
|
|
3483
3310
|
}
|
|
3484
|
-
.tw-p-12 {
|
|
3485
|
-
padding: 24px;
|
|
3486
|
-
}
|
|
3487
3311
|
.tw-p-2 {
|
|
3488
3312
|
padding: 4px;
|
|
3489
3313
|
}
|
|
@@ -3598,24 +3422,12 @@ imported in Sourcegraph shell.
|
|
|
3598
3422
|
.tw-pl-1 {
|
|
3599
3423
|
padding-left: 2px;
|
|
3600
3424
|
}
|
|
3601
|
-
.tw-pl-5 {
|
|
3602
|
-
padding-left: 10px;
|
|
3603
|
-
}
|
|
3604
3425
|
.tw-pl-6 {
|
|
3605
3426
|
padding-left: 12px;
|
|
3606
3427
|
}
|
|
3607
3428
|
.tw-pr-2 {
|
|
3608
3429
|
padding-right: 4px;
|
|
3609
3430
|
}
|
|
3610
|
-
.tw-pr-4 {
|
|
3611
|
-
padding-right: 8px;
|
|
3612
|
-
}
|
|
3613
|
-
.tw-pt-12 {
|
|
3614
|
-
padding-top: 24px;
|
|
3615
|
-
}
|
|
3616
|
-
.tw-pt-2 {
|
|
3617
|
-
padding-top: 4px;
|
|
3618
|
-
}
|
|
3619
3431
|
.tw-pt-4 {
|
|
3620
3432
|
padding-top: 8px;
|
|
3621
3433
|
}
|
|
@@ -3799,9 +3611,6 @@ imported in Sourcegraph shell.
|
|
|
3799
3611
|
.tw-opacity-60 {
|
|
3800
3612
|
opacity: 0.6;
|
|
3801
3613
|
}
|
|
3802
|
-
.tw-opacity-65 {
|
|
3803
|
-
opacity: 0.65;
|
|
3804
|
-
}
|
|
3805
3614
|
.tw-opacity-70 {
|
|
3806
3615
|
opacity: 0.7;
|
|
3807
3616
|
}
|
|
@@ -3854,11 +3663,6 @@ imported in Sourcegraph shell.
|
|
|
3854
3663
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3855
3664
|
transition-duration: 150ms;
|
|
3856
3665
|
}
|
|
3857
|
-
.tw-transition-\[max-height\] {
|
|
3858
|
-
transition-property: max-height;
|
|
3859
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3860
|
-
transition-duration: 150ms;
|
|
3861
|
-
}
|
|
3862
3666
|
.tw-transition-all {
|
|
3863
3667
|
transition-property: all;
|
|
3864
3668
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3874,18 +3678,9 @@ imported in Sourcegraph shell.
|
|
|
3874
3678
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3875
3679
|
transition-duration: 150ms;
|
|
3876
3680
|
}
|
|
3877
|
-
.tw-duration-200 {
|
|
3878
|
-
transition-duration: 200ms;
|
|
3879
|
-
}
|
|
3880
|
-
.tw-duration-300 {
|
|
3881
|
-
transition-duration: 300ms;
|
|
3882
|
-
}
|
|
3883
3681
|
.tw-duration-75 {
|
|
3884
3682
|
transition-duration: 75ms;
|
|
3885
3683
|
}
|
|
3886
|
-
.tw-ease-in-out {
|
|
3887
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3888
|
-
}
|
|
3889
3684
|
:root {
|
|
3890
3685
|
--vscode-font-size: 13px;
|
|
3891
3686
|
--vscode-font-family: -apple-system, BlinkMacSystemFont, 'Ubuntu', 'Droid Sans', 'Segoe WPC', 'Segoe UI', sans-serif;
|
|
@@ -4485,9 +4280,6 @@ imported in Sourcegraph shell.
|
|
|
4485
4280
|
width: 16px;
|
|
4486
4281
|
height: 16px;
|
|
4487
4282
|
}
|
|
4488
|
-
.md\:tw-p-4 {
|
|
4489
|
-
padding: 8px;
|
|
4490
|
-
}
|
|
4491
4283
|
.md\:tw-px-2 {
|
|
4492
4284
|
padding-left: 4px;
|
|
4493
4285
|
padding-right: 4px;
|
|
@@ -4511,10 +4303,6 @@ imported in Sourcegraph shell.
|
|
|
4511
4303
|
.md\:tw-pr-3 {
|
|
4512
4304
|
padding-right: 6px;
|
|
4513
4305
|
}
|
|
4514
|
-
.md\:tw-text-base {
|
|
4515
|
-
font-size: 1rem;
|
|
4516
|
-
line-height: 1.5rem;
|
|
4517
|
-
}
|
|
4518
4306
|
.md\:tw-text-md {
|
|
4519
4307
|
font-size: var(--vscode-font-size);
|
|
4520
4308
|
}
|