@checkly/playwright-core 1.51.15-beta.1 → 1.51.16-beta.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/lib/checkly/secretsFilter.js +33 -6
- package/lib/generated/clockSource.js +2 -1
- package/lib/generated/consoleApiSource.js +2 -1
- package/lib/generated/injectedScriptSource.js +2 -1
- package/lib/generated/pollingRecorderSource.js +2 -1
- package/lib/generated/utilityScriptSource.js +2 -1
- package/lib/generated/webSocketMockSource.js +2 -1
- package/lib/vite/recorder/assets/codeMirrorModule-DrMbgOIo.js +16684 -0
- package/lib/vite/recorder/assets/codeMirrorModule-DuST8d_k.css +344 -0
- package/lib/vite/recorder/assets/index-5NM3V7eb.css +2524 -0
- package/lib/vite/recorder/assets/index-CT-scFHn.js +16848 -0
- package/lib/vite/recorder/index.html +2 -2
- package/lib/vite/traceViewer/assets/codeMirrorModule-CB-2okZ8.js +16684 -0
- package/lib/vite/traceViewer/assets/defaultSettingsView-CBiB4avC.js +217 -0
- package/lib/vite/traceViewer/assets/inspectorTab-CwgfffWb.js +25143 -0
- package/lib/vite/traceViewer/assets/workbench-CWZselvp.js +2470 -0
- package/lib/vite/traceViewer/assets/xtermModule-Es_gt_u7.js +5994 -0
- package/lib/vite/traceViewer/codeMirrorModule.DuST8d_k.css +344 -0
- package/lib/vite/traceViewer/defaultSettingsView.Dp3b_92q.css +41 -0
- package/lib/vite/traceViewer/embedded.BeldSa2G.css +68 -0
- package/lib/vite/traceViewer/embedded.gzudoghF.js +106 -0
- package/lib/vite/traceViewer/embedded.html +6 -6
- package/lib/vite/traceViewer/index.DilotR1h.js +314 -0
- package/lib/vite/traceViewer/index.QewjJ85u.css +131 -0
- package/lib/vite/traceViewer/index.html +8 -8
- package/lib/vite/traceViewer/inspectorTab.DnGm18kV.css +3178 -0
- package/lib/vite/traceViewer/recorder.DLgqV9db.css +15 -0
- package/lib/vite/traceViewer/recorder.DVrkq3Um.js +551 -0
- package/lib/vite/traceViewer/recorder.html +4 -4
- package/lib/vite/traceViewer/uiMode.C9_OcpPU.js +1756 -0
- package/lib/vite/traceViewer/uiMode.c5ORgcrX.css +1424 -0
- package/lib/vite/traceViewer/uiMode.html +8 -8
- package/lib/vite/traceViewer/workbench.xUZSA8PY.css +787 -0
- package/lib/vite/traceViewer/xtermModule.EsaqrrTX.css +209 -0
- package/package.json +1 -1
- package/lib/vite/recorder/assets/codeMirrorModule-B9YMkrwa.js +0 -24
- package/lib/vite/recorder/assets/codeMirrorModule-C3UTv-Ge.css +0 -1
- package/lib/vite/recorder/assets/index-ELPgmkwA.js +0 -184
- package/lib/vite/recorder/assets/index-eHBmevrY.css +0 -1
- package/lib/vite/traceViewer/assets/codeMirrorModule-gU1OOCQO.js +0 -24
- package/lib/vite/traceViewer/assets/defaultSettingsView-B5n_FjMx.js +0 -1
- package/lib/vite/traceViewer/assets/inspectorTab-6Tru8Mn_.js +0 -235
- package/lib/vite/traceViewer/assets/workbench-B_Nj4NA2.js +0 -25
- package/lib/vite/traceViewer/assets/xtermModule-BoAIEibi.js +0 -9
- package/lib/vite/traceViewer/codeMirrorModule.C3UTv-Ge.css +0 -1
- package/lib/vite/traceViewer/defaultSettingsView.CO3FR0CX.css +0 -1
- package/lib/vite/traceViewer/embedded.DpNPH6mk.js +0 -2
- package/lib/vite/traceViewer/embedded.mLhjB5IF.css +0 -1
- package/lib/vite/traceViewer/index.CFOW-Ezb.css +0 -1
- package/lib/vite/traceViewer/index.CuE3SYGw.js +0 -2
- package/lib/vite/traceViewer/inspectorTab.CXDulcFG.css +0 -1
- package/lib/vite/traceViewer/recorder.BD-uZJs7.js +0 -2
- package/lib/vite/traceViewer/recorder.tn0RQdqM.css +0 -0
- package/lib/vite/traceViewer/uiMode.BatfzHMG.css +0 -1
- package/lib/vite/traceViewer/uiMode.DHrNgddz.js +0 -5
- package/lib/vite/traceViewer/workbench.B9vIAzH9.css +0 -1
- package/lib/vite/traceViewer/xtermModule.Beg8tuEN.css +0 -32
|
@@ -0,0 +1,787 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright (c) Microsoft Corporation.
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
you may not use this file except in compliance with the License.
|
|
6
|
+
You may obtain a copy of the License at
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
|
|
10
|
+
Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
See the License for the specific language governing permissions and
|
|
14
|
+
limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
17
|
+
.tree-view-content {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
flex: auto;
|
|
21
|
+
position: relative;
|
|
22
|
+
user-select: none;
|
|
23
|
+
overflow: hidden auto;
|
|
24
|
+
outline: 1px solid transparent;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.tree-view-entry {
|
|
28
|
+
display: flex;
|
|
29
|
+
flex: none;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
align-items: center;
|
|
32
|
+
white-space: nowrap;
|
|
33
|
+
line-height: 28px;
|
|
34
|
+
padding-left: 5px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.tree-view-content.not-selectable > .tree-view-entry {
|
|
38
|
+
cursor: inherit;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.tree-view-entry.highlighted:not(.selected) {
|
|
42
|
+
background-color: var(--vscode-list-inactiveSelectionBackground) !important;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.tree-view-entry.selected {
|
|
46
|
+
z-index: 10;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.tree-view-indent {
|
|
50
|
+
min-width: 16px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.tree-view-content:focus .tree-view-entry.selected {
|
|
54
|
+
background-color: var(--vscode-list-activeSelectionBackground);
|
|
55
|
+
color: var(--vscode-list-activeSelectionForeground);
|
|
56
|
+
outline: 1px solid var(--vscode-focusBorder);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.tree-view-content .tree-view-entry.selected {
|
|
60
|
+
background-color: var(--vscode-list-inactiveSelectionBackground);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.tree-view-content:focus .tree-view-entry.selected * {
|
|
64
|
+
color: var(--vscode-list-activeSelectionForeground) !important;
|
|
65
|
+
background-color: transparent !important;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.tree-view-content:focus .tree-view-entry.selected .codicon {
|
|
69
|
+
color: var(--vscode-list-activeSelectionForeground) !important;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.tree-view-content:focus .tree-view-entry.selected button.eye.toggled {
|
|
73
|
+
border-radius: 6px;
|
|
74
|
+
outline: 1px solid var(--vscode-button-foreground);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.tree-view-empty {
|
|
78
|
+
flex: auto;
|
|
79
|
+
display: flex;
|
|
80
|
+
align-items: center;
|
|
81
|
+
justify-content: center;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.tree-view-entry.error {
|
|
85
|
+
color: var(--vscode-list-errorForeground);
|
|
86
|
+
background-color: var(--vscode-inputValidation-errorBackground);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.tree-view-entry.warning {
|
|
90
|
+
color: var(--vscode-list-warningForeground);
|
|
91
|
+
background-color: var(--vscode-inputValidation-warningBackground);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.tree-view-entry.info {
|
|
95
|
+
background-color: var(--vscode-inputValidation-infoBackground);
|
|
96
|
+
}
|
|
97
|
+
/*
|
|
98
|
+
Copyright (c) Microsoft Corporation.
|
|
99
|
+
|
|
100
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
101
|
+
you may not use this file except in compliance with the License.
|
|
102
|
+
You may obtain a copy of the License at
|
|
103
|
+
|
|
104
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
105
|
+
|
|
106
|
+
Unless required by applicable law or agreed to in writing, software
|
|
107
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
108
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
109
|
+
See the License for the specific language governing permissions and
|
|
110
|
+
limitations under the License.
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
.call-tab {
|
|
114
|
+
flex: auto;
|
|
115
|
+
line-height: 24px;
|
|
116
|
+
white-space: pre;
|
|
117
|
+
overflow: auto;
|
|
118
|
+
user-select: text;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.call-error {
|
|
122
|
+
border-bottom: 1px solid var(--vscode-panel-border);
|
|
123
|
+
padding: 3px 0 3px 12px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.call-error .codicon {
|
|
127
|
+
color: var(--vscode-errorForeground);
|
|
128
|
+
position: relative;
|
|
129
|
+
top: 2px;
|
|
130
|
+
margin-right: 2px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.call-section {
|
|
134
|
+
padding-left: 6px;
|
|
135
|
+
padding-top: 2px;
|
|
136
|
+
margin-top: 2px;
|
|
137
|
+
font-weight: bold;
|
|
138
|
+
text-transform: uppercase;
|
|
139
|
+
font-size: 10px;
|
|
140
|
+
color: var(--vscode-sideBarTitle-foreground);
|
|
141
|
+
line-height: 24px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.call-section:not(:first-child) {
|
|
145
|
+
border-top: 1px solid var(--vscode-panel-border);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.call-line {
|
|
149
|
+
padding: 4px 0 4px 6px;
|
|
150
|
+
display: flex;
|
|
151
|
+
align-items: center;
|
|
152
|
+
text-overflow: ellipsis;
|
|
153
|
+
overflow: hidden;
|
|
154
|
+
line-height: 20px;
|
|
155
|
+
white-space: nowrap;
|
|
156
|
+
max-height: 18px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.call-line:not(:hover) .toolbar-button.copy {
|
|
160
|
+
display: none;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.call-line .toolbar-button.copy {
|
|
164
|
+
margin-left: 5px;
|
|
165
|
+
margin-top: -2px;
|
|
166
|
+
margin-bottom: -2px;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.call-value {
|
|
170
|
+
margin-left: 2px;
|
|
171
|
+
text-overflow: ellipsis;
|
|
172
|
+
overflow: hidden;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
a.call-value {
|
|
176
|
+
text-decoration: none;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
a.call-value:hover {
|
|
180
|
+
text-decoration: underline;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.call-value::before {
|
|
184
|
+
content: '\00a0';
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.call-value.datetime,
|
|
188
|
+
.call-value.string,
|
|
189
|
+
.call-value.locator {
|
|
190
|
+
color: var(--vscode-charts-orange);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.call-value.number,
|
|
194
|
+
.call-value.bigint,
|
|
195
|
+
.call-value.boolean,
|
|
196
|
+
.call-value.symbol,
|
|
197
|
+
.call-value.undefined,
|
|
198
|
+
.call-value.function,
|
|
199
|
+
.call-value.object {
|
|
200
|
+
color: var(--vscode-charts-blue);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.call-tab .error-message {
|
|
204
|
+
padding: 5px;
|
|
205
|
+
line-height: 17px;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Copyright (c) Microsoft Corporation.
|
|
209
|
+
*
|
|
210
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
211
|
+
* you may not use this file except in compliance with the License.
|
|
212
|
+
* You may obtain a copy of the License at
|
|
213
|
+
*
|
|
214
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
215
|
+
*
|
|
216
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
217
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
218
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
219
|
+
* See the License for the specific language governing permissions and
|
|
220
|
+
* limitations under the License.
|
|
221
|
+
*/
|
|
222
|
+
|
|
223
|
+
.log-list-duration {
|
|
224
|
+
display: flex;
|
|
225
|
+
flex: none;
|
|
226
|
+
align-items: center;
|
|
227
|
+
color: var(--vscode-editorCodeLens-foreground);
|
|
228
|
+
float: right;
|
|
229
|
+
margin-right: 5px;
|
|
230
|
+
user-select: none;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.log-list-item {
|
|
234
|
+
text-wrap: wrap;
|
|
235
|
+
user-select: text;
|
|
236
|
+
width: 100%;
|
|
237
|
+
}
|
|
238
|
+
/*
|
|
239
|
+
Copyright (c) Microsoft Corporation.
|
|
240
|
+
|
|
241
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
242
|
+
you may not use this file except in compliance with the License.
|
|
243
|
+
You may obtain a copy of the License at
|
|
244
|
+
|
|
245
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
246
|
+
|
|
247
|
+
Unless required by applicable law or agreed to in writing, software
|
|
248
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
249
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
250
|
+
See the License for the specific language governing permissions and
|
|
251
|
+
limitations under the License.
|
|
252
|
+
*/
|
|
253
|
+
|
|
254
|
+
.error-message {
|
|
255
|
+
font-family: var(--vscode-editor-font-family);
|
|
256
|
+
font-weight: var(--vscode-editor-font-weight);
|
|
257
|
+
font-size: var(--vscode-editor-font-size);
|
|
258
|
+
white-space: pre-wrap;
|
|
259
|
+
word-break: break-word;
|
|
260
|
+
padding: 10px;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* Copyright (c) Microsoft Corporation.
|
|
264
|
+
*
|
|
265
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
266
|
+
* you may not use this file except in compliance with the License.
|
|
267
|
+
* You may obtain a copy of the License at
|
|
268
|
+
*
|
|
269
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
270
|
+
*
|
|
271
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
272
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
273
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
274
|
+
* See the License for the specific language governing permissions and
|
|
275
|
+
* limitations under the License.
|
|
276
|
+
*/
|
|
277
|
+
|
|
278
|
+
.chat-container {
|
|
279
|
+
flex: 1;
|
|
280
|
+
display: flex;
|
|
281
|
+
flex-direction: column;
|
|
282
|
+
justify-content: space-between;
|
|
283
|
+
color: #e0e0e0;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.chat-disclaimer {
|
|
287
|
+
text-align: center;
|
|
288
|
+
color: var(--vscode-editorBracketMatch-border);
|
|
289
|
+
margin: 0px;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.chat-container hr {
|
|
293
|
+
width: 100%;
|
|
294
|
+
border: none;
|
|
295
|
+
border-top: 1px solid var(--vscode-titleBar-inactiveBackground);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.messages-container {
|
|
299
|
+
flex: 1;
|
|
300
|
+
overflow-y: auto;
|
|
301
|
+
padding: 16px;
|
|
302
|
+
|
|
303
|
+
display: flex;
|
|
304
|
+
flex-direction: column;
|
|
305
|
+
gap: 16px;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.message {
|
|
309
|
+
gap: 12px;
|
|
310
|
+
max-width: 85%;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.user-message {
|
|
314
|
+
flex-direction: row-reverse;
|
|
315
|
+
margin-left: auto;
|
|
316
|
+
width: fit-content
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.message-icon {
|
|
320
|
+
width: 32px;
|
|
321
|
+
height: 32px;
|
|
322
|
+
display: flex;
|
|
323
|
+
align-items: center;
|
|
324
|
+
justify-content: center;
|
|
325
|
+
background-color: var(--vscode-titleBar-inactiveBackground);
|
|
326
|
+
flex-shrink: 0;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.message-content {
|
|
330
|
+
background-color: var(--vscode-titleBar-inactiveBackground);
|
|
331
|
+
color: var(--vscode-titleBar-activeForeground);
|
|
332
|
+
padding: 2px 8px;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.message-content pre {
|
|
336
|
+
text-wrap: auto;
|
|
337
|
+
overflow-wrap: anywhere;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.user-message .message-content {
|
|
341
|
+
background-color: var(--vscode-titleBar-activeBackground);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/* Input form styles */
|
|
345
|
+
.input-form {
|
|
346
|
+
position: sticky;
|
|
347
|
+
bottom: 0;
|
|
348
|
+
display: flex;
|
|
349
|
+
height: 64px;
|
|
350
|
+
gap: 8px;
|
|
351
|
+
padding: 10px;
|
|
352
|
+
background-color: var(--vscode-sideBar-background);
|
|
353
|
+
border-top: 1px solid var(--vscode-sideBarSectionHeader-border);
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.message-input {
|
|
357
|
+
flex: 1;
|
|
358
|
+
padding: 8px 12px;
|
|
359
|
+
border: 1px solid var(--vscode-settings-textInputBorder);
|
|
360
|
+
background-color: var(--vscode-settings-textInputBackground);
|
|
361
|
+
font-size: 14px;
|
|
362
|
+
outline: none;
|
|
363
|
+
transition: border-color 0.2s;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.message-input:focus {
|
|
367
|
+
border-color: #0078d4;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.send-button {
|
|
371
|
+
display: flex;
|
|
372
|
+
align-items: center;
|
|
373
|
+
justify-content: center;
|
|
374
|
+
padding: 8px;
|
|
375
|
+
background-color: var(--vscode-button-background);
|
|
376
|
+
border: none;
|
|
377
|
+
color: white;
|
|
378
|
+
cursor: pointer;
|
|
379
|
+
transition: background-color 0.2s;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.send-button:hover {
|
|
383
|
+
background-color: var(--vscode-button-hoverBackground);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.send-button:disabled {
|
|
387
|
+
background-color: var(--vscode-disabledForeground);
|
|
388
|
+
cursor: not-allowed;
|
|
389
|
+
}
|
|
390
|
+
/*
|
|
391
|
+
Copyright (c) Microsoft Corporation.
|
|
392
|
+
|
|
393
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
394
|
+
you may not use this file except in compliance with the License.
|
|
395
|
+
You may obtain a copy of the License at
|
|
396
|
+
|
|
397
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
398
|
+
|
|
399
|
+
Unless required by applicable law or agreed to in writing, software
|
|
400
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
401
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
402
|
+
See the License for the specific language governing permissions and
|
|
403
|
+
limitations under the License.
|
|
404
|
+
*/
|
|
405
|
+
|
|
406
|
+
.attachments-tab {
|
|
407
|
+
flex: auto;
|
|
408
|
+
line-height: 24px;
|
|
409
|
+
white-space: pre;
|
|
410
|
+
overflow: auto;
|
|
411
|
+
user-select: text;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.attachments-section {
|
|
415
|
+
padding-left: 6px;
|
|
416
|
+
font-weight: bold;
|
|
417
|
+
text-transform: uppercase;
|
|
418
|
+
font-size: 12px;
|
|
419
|
+
color: var(--vscode-sideBarTitle-foreground);
|
|
420
|
+
line-height: 24px;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.attachments-section:not(:first-child) {
|
|
424
|
+
border-top: 1px solid var(--vscode-panel-border);
|
|
425
|
+
margin-top: 10px;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.attachment-item {
|
|
429
|
+
margin: 4px 8px;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.attachment-title-highlight {
|
|
433
|
+
text-decoration: underline var(--vscode-terminal-findMatchBackground);
|
|
434
|
+
text-decoration-thickness: 1.5px;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.attachment-item img {
|
|
438
|
+
flex: none;
|
|
439
|
+
min-width: 200px;
|
|
440
|
+
max-width: 80%;
|
|
441
|
+
box-shadow: 0 12px 28px 0 rgba(0,0,0,.2), 0 2px 4px 0 rgba(0,0,0,.1);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
a.codicon-cloud-download:hover{
|
|
445
|
+
background-color: var(--vscode-list-inactiveSelectionBackground)
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.yellow-flash {
|
|
449
|
+
animation: yellowflash-bg 2s;
|
|
450
|
+
}
|
|
451
|
+
@keyframes yellowflash-bg {
|
|
452
|
+
from { background: var(--vscode-peekViewEditor-matchHighlightBackground); }
|
|
453
|
+
to { background: transparent; }
|
|
454
|
+
}
|
|
455
|
+
/*
|
|
456
|
+
Copyright (c) Microsoft Corporation.
|
|
457
|
+
|
|
458
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
459
|
+
you may not use this file except in compliance with the License.
|
|
460
|
+
You may obtain a copy of the License at
|
|
461
|
+
|
|
462
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
463
|
+
|
|
464
|
+
Unless required by applicable law or agreed to in writing, software
|
|
465
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
466
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
467
|
+
See the License for the specific language governing permissions and
|
|
468
|
+
limitations under the License.
|
|
469
|
+
*/
|
|
470
|
+
|
|
471
|
+
.expandable {
|
|
472
|
+
flex: none;
|
|
473
|
+
flex-direction: column;
|
|
474
|
+
line-height: 28px;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
.expandable-title {
|
|
478
|
+
flex: none;
|
|
479
|
+
display: flex;
|
|
480
|
+
flex-direction: row;
|
|
481
|
+
align-items: center;
|
|
482
|
+
white-space: nowrap;
|
|
483
|
+
user-select: none;
|
|
484
|
+
cursor: pointer;
|
|
485
|
+
}
|
|
486
|
+
/*
|
|
487
|
+
Copyright (c) Microsoft Corporation.
|
|
488
|
+
|
|
489
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
490
|
+
you may not use this file except in compliance with the License.
|
|
491
|
+
You may obtain a copy of the License at
|
|
492
|
+
|
|
493
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
494
|
+
|
|
495
|
+
Unless required by applicable law or agreed to in writing, software
|
|
496
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
497
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
498
|
+
See the License for the specific language governing permissions and
|
|
499
|
+
limitations under the License.
|
|
500
|
+
*/
|
|
501
|
+
|
|
502
|
+
.film-strip {
|
|
503
|
+
flex: none;
|
|
504
|
+
display: flex;
|
|
505
|
+
flex-direction: column;
|
|
506
|
+
position: relative;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.film-strip-lanes {
|
|
510
|
+
flex: none;
|
|
511
|
+
display: flex;
|
|
512
|
+
flex-direction: column;
|
|
513
|
+
position: relative;
|
|
514
|
+
min-height: 50px;
|
|
515
|
+
max-height: 200px;
|
|
516
|
+
overflow-x: hidden;
|
|
517
|
+
overflow-y: auto;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.film-strip-lane {
|
|
521
|
+
flex: none;
|
|
522
|
+
display: flex;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.film-strip-frame {
|
|
526
|
+
flex: none;
|
|
527
|
+
pointer-events: none;
|
|
528
|
+
box-shadow: var(--box-shadow);
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.film-strip-hover {
|
|
532
|
+
position: absolute;
|
|
533
|
+
top: 0;
|
|
534
|
+
left: 0;
|
|
535
|
+
background-color: var(--vscode-panel-background);
|
|
536
|
+
box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 10px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 10px 0px;
|
|
537
|
+
z-index: 200;
|
|
538
|
+
pointer-events: none;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.film-strip-hover-title {
|
|
542
|
+
padding: 2px 4px;
|
|
543
|
+
display: flex;
|
|
544
|
+
align-items: center;
|
|
545
|
+
overflow: hidden;
|
|
546
|
+
}
|
|
547
|
+
/*
|
|
548
|
+
Copyright (c) Microsoft Corporation.
|
|
549
|
+
|
|
550
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
551
|
+
you may not use this file except in compliance with the License.
|
|
552
|
+
You may obtain a copy of the License at
|
|
553
|
+
|
|
554
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
555
|
+
|
|
556
|
+
Unless required by applicable law or agreed to in writing, software
|
|
557
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
558
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
559
|
+
See the License for the specific language governing permissions and
|
|
560
|
+
limitations under the License.
|
|
561
|
+
*/
|
|
562
|
+
|
|
563
|
+
.timeline-view {
|
|
564
|
+
flex: none;
|
|
565
|
+
position: relative;
|
|
566
|
+
display: flex;
|
|
567
|
+
flex-direction: column;
|
|
568
|
+
padding: 20px 0 5px;
|
|
569
|
+
cursor: text;
|
|
570
|
+
user-select: none;
|
|
571
|
+
margin-left: 10px;
|
|
572
|
+
overflow-x: clip;
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.timeline-divider {
|
|
576
|
+
position: absolute;
|
|
577
|
+
width: 1px;
|
|
578
|
+
top: 0;
|
|
579
|
+
bottom: 0;
|
|
580
|
+
background-color: var(--vscode-panel-border);
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.timeline-time {
|
|
584
|
+
position: absolute;
|
|
585
|
+
top: 4px;
|
|
586
|
+
right: 3px;
|
|
587
|
+
font-size: 80%;
|
|
588
|
+
white-space: nowrap;
|
|
589
|
+
pointer-events: none;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.timeline-time-input {
|
|
593
|
+
cursor: pointer;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.timeline-lane {
|
|
597
|
+
pointer-events: none;
|
|
598
|
+
overflow: hidden;
|
|
599
|
+
flex: none;
|
|
600
|
+
height: 20px;
|
|
601
|
+
position: relative;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.timeline-grid {
|
|
605
|
+
position: absolute;
|
|
606
|
+
top: 0;
|
|
607
|
+
right: 0;
|
|
608
|
+
bottom: 0;
|
|
609
|
+
left: 0;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.timeline-bars {
|
|
613
|
+
position: absolute;
|
|
614
|
+
top: 0;
|
|
615
|
+
bottom: 0;
|
|
616
|
+
left: 0;
|
|
617
|
+
right: 0;
|
|
618
|
+
pointer-events: none;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.timeline-bar {
|
|
622
|
+
position: absolute;
|
|
623
|
+
--action-color: gray;
|
|
624
|
+
--action-background-color: #88888802;
|
|
625
|
+
border-top: 2px solid var(--action-color);
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
.timeline-bar.active {
|
|
629
|
+
background-color: var(--action-background-color);
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.timeline-bar.action {
|
|
633
|
+
--action-color: var(--vscode-charts-orange);
|
|
634
|
+
--action-background-color: #d1861666;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.timeline-bar.action.error {
|
|
638
|
+
--action-color: var(--vscode-charts-red);
|
|
639
|
+
--action-background-color: #e5140066;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.timeline-bar.network {
|
|
643
|
+
--action-color: var(--vscode-charts-blue);
|
|
644
|
+
--action-background-color: #1a85ff66;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.timeline-bar.console-message {
|
|
648
|
+
--action-color: var(--vscode-charts-purple);
|
|
649
|
+
--action-background-color: #1a85ff66;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
body.dark-mode .timeline-bar.action.error {
|
|
653
|
+
--action-color: var(--vscode-errorForeground);
|
|
654
|
+
--action-background-color: #f4877166;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.timeline-label {
|
|
658
|
+
position: absolute;
|
|
659
|
+
top: 0;
|
|
660
|
+
bottom: 0;
|
|
661
|
+
margin-left: 2px;
|
|
662
|
+
background-color: var(--vscode-panel-background);
|
|
663
|
+
justify-content: center;
|
|
664
|
+
display: none;
|
|
665
|
+
white-space: nowrap;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.timeline-label.selected {
|
|
669
|
+
display: flex;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.timeline-marker {
|
|
673
|
+
display: none;
|
|
674
|
+
position: absolute;
|
|
675
|
+
top: 0;
|
|
676
|
+
bottom: 0;
|
|
677
|
+
pointer-events: none;
|
|
678
|
+
border-left: 3px solid var(--light-pink);
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.timeline-window {
|
|
682
|
+
display: flex;
|
|
683
|
+
position: absolute;
|
|
684
|
+
top: 0;
|
|
685
|
+
bottom: 0;
|
|
686
|
+
left: 0;
|
|
687
|
+
right: 0;
|
|
688
|
+
pointer-events: none;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.timeline-window-center {
|
|
692
|
+
flex: auto;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.timeline-window-drag {
|
|
696
|
+
height: 20px;
|
|
697
|
+
cursor: grab;
|
|
698
|
+
pointer-events: all;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.timeline-window-curtain {
|
|
702
|
+
flex: none;
|
|
703
|
+
background-color: #3879d91a;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
body.dark-mode .timeline-window-curtain {
|
|
707
|
+
background-color: #161718bf;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.timeline-window-resizer {
|
|
711
|
+
flex: none;
|
|
712
|
+
width: 10px;
|
|
713
|
+
cursor: ew-resize;
|
|
714
|
+
pointer-events: all;
|
|
715
|
+
position: relative;
|
|
716
|
+
background-color: var(--vscode-panel-border);
|
|
717
|
+
border-left: 1px solid var(--vscode-panel-border);
|
|
718
|
+
border-right: 1px solid var(--vscode-panel-border);
|
|
719
|
+
}
|
|
720
|
+
/*
|
|
721
|
+
Copyright (c) Microsoft Corporation.
|
|
722
|
+
|
|
723
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
724
|
+
you may not use this file except in compliance with the License.
|
|
725
|
+
You may obtain a copy of the License at
|
|
726
|
+
|
|
727
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
728
|
+
|
|
729
|
+
Unless required by applicable law or agreed to in writing, software
|
|
730
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
731
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
732
|
+
See the License for the specific language governing permissions and
|
|
733
|
+
limitations under the License.
|
|
734
|
+
*/
|
|
735
|
+
|
|
736
|
+
.annotations-tab {
|
|
737
|
+
flex: auto;
|
|
738
|
+
line-height: 24px;
|
|
739
|
+
white-space: pre;
|
|
740
|
+
overflow: auto;
|
|
741
|
+
user-select: text;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.annotation-item {
|
|
745
|
+
margin: 4px 8px;
|
|
746
|
+
text-wrap: wrap;
|
|
747
|
+
}
|
|
748
|
+
/*
|
|
749
|
+
Copyright (c) Microsoft Corporation.
|
|
750
|
+
|
|
751
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
752
|
+
you may not use this file except in compliance with the License.
|
|
753
|
+
You may obtain a copy of the License at
|
|
754
|
+
|
|
755
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
756
|
+
|
|
757
|
+
Unless required by applicable law or agreed to in writing, software
|
|
758
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
759
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
760
|
+
See the License for the specific language governing permissions and
|
|
761
|
+
limitations under the License.
|
|
762
|
+
*/
|
|
763
|
+
|
|
764
|
+
.workbench-run-status {
|
|
765
|
+
height: 30px;
|
|
766
|
+
padding: 4px;
|
|
767
|
+
flex: none;
|
|
768
|
+
display: flex;
|
|
769
|
+
flex-direction: row;
|
|
770
|
+
align-items: center;
|
|
771
|
+
border-bottom: 1px solid var(--vscode-panel-border);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
.workbench-run-status.failed {
|
|
775
|
+
color: var(--vscode-errorForeground);
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
.workbench-run-status .codicon {
|
|
779
|
+
margin-right: 4px;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.workbench-run-duration {
|
|
783
|
+
display: flex;
|
|
784
|
+
flex: none;
|
|
785
|
+
align-items: center;
|
|
786
|
+
color: var(--vscode-editorCodeLens-foreground);
|
|
787
|
+
}
|