@opensumi/ide-debug 2.27.1 → 2.27.2-next-1701074005.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.
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
flex-shrink: 0;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
font-weight: 600;
|
|
49
|
+
|
|
49
50
|
:global(.kaitian-icon) {
|
|
50
51
|
font-size: 14px;
|
|
51
52
|
line-height: @debug-console-default-height;
|
|
@@ -82,6 +83,7 @@
|
|
|
82
83
|
top: 0;
|
|
83
84
|
z-index: 1;
|
|
84
85
|
pointer-events: none;
|
|
86
|
+
|
|
85
87
|
& .block {
|
|
86
88
|
position: absolute;
|
|
87
89
|
background-color: rgba(225, 255, 255, 0.25);
|
|
@@ -91,12 +93,14 @@
|
|
|
91
93
|
a {
|
|
92
94
|
color: currentColor !important;
|
|
93
95
|
cursor: text;
|
|
96
|
+
|
|
94
97
|
&.link {
|
|
95
98
|
// 这里 a 标签的父元素的 dispaly 如果是 inline-block 的话,text-decoration 属性会失效,采用 border-bottom 代替
|
|
96
99
|
// text-decoration: underline;
|
|
97
100
|
border-bottom: 1px solid currentColor;
|
|
98
101
|
word-break: break-all;
|
|
99
102
|
}
|
|
103
|
+
|
|
100
104
|
&.pointer {
|
|
101
105
|
cursor: pointer;
|
|
102
106
|
}
|
|
@@ -132,6 +136,7 @@
|
|
|
132
136
|
&.mod_selected {
|
|
133
137
|
color: var(--kt-tree-inactiveSelectionForeground) !important;
|
|
134
138
|
background: var(--kt-tree-inactiveSelectionBackground);
|
|
139
|
+
|
|
135
140
|
.expansion_toggle {
|
|
136
141
|
color: var(--kt-tree-inactiveSelectionForeground) !important;
|
|
137
142
|
}
|
|
@@ -140,6 +145,7 @@
|
|
|
140
145
|
&.mod_focused {
|
|
141
146
|
outline: 1px solid var(--list-focusOutline);
|
|
142
147
|
outline-offset: -1px;
|
|
148
|
+
|
|
143
149
|
.expansion_toggle {
|
|
144
150
|
color: var(--kt-tree-activeSelectionForeground) !important;
|
|
145
151
|
}
|
|
@@ -148,6 +154,7 @@
|
|
|
148
154
|
&.mod_actived {
|
|
149
155
|
outline: 1px solid var(--list-focusOutline);
|
|
150
156
|
outline-offset: -1px;
|
|
157
|
+
|
|
151
158
|
.expansion_toggle {
|
|
152
159
|
color: var(--kt-tree-activeSelectionForeground) !important;
|
|
153
160
|
}
|
|
@@ -164,6 +171,7 @@
|
|
|
164
171
|
align-items: center;
|
|
165
172
|
width: 100%;
|
|
166
173
|
user-select: text;
|
|
174
|
+
|
|
167
175
|
match {
|
|
168
176
|
background-color: var(--editor-findMatchHighlightBackground);
|
|
169
177
|
}
|
|
@@ -185,6 +193,7 @@
|
|
|
185
193
|
.debug_console_node_displayname {
|
|
186
194
|
display: inline;
|
|
187
195
|
white-space: inherit;
|
|
196
|
+
|
|
188
197
|
&.info {
|
|
189
198
|
color: var(--debugConsole-infoForeground);
|
|
190
199
|
}
|
|
@@ -215,6 +224,7 @@
|
|
|
215
224
|
color: var(--foreground);
|
|
216
225
|
position: absolute;
|
|
217
226
|
left: -20px;
|
|
227
|
+
|
|
218
228
|
&.mod_collapsed {
|
|
219
229
|
&:before {
|
|
220
230
|
display: block;
|
|
@@ -244,6 +254,7 @@
|
|
|
244
254
|
overflow: hidden;
|
|
245
255
|
text-overflow: ellipsis;
|
|
246
256
|
overflow: visible;
|
|
257
|
+
|
|
247
258
|
&.name {
|
|
248
259
|
color: var(--debugTokenExpression-name);
|
|
249
260
|
}
|
|
@@ -288,6 +299,7 @@
|
|
|
288
299
|
.debug_console_output {
|
|
289
300
|
flex: 1;
|
|
290
301
|
background-color: var(--kt-panelTitle-background);
|
|
302
|
+
|
|
291
303
|
:global(.kt-recycle-tree) {
|
|
292
304
|
width: 100% !important;
|
|
293
305
|
}
|
|
@@ -295,75 +307,94 @@
|
|
|
295
307
|
.code-bold {
|
|
296
308
|
font-weight: bold;
|
|
297
309
|
}
|
|
310
|
+
|
|
298
311
|
.code-italic {
|
|
299
312
|
font-style: italic;
|
|
300
313
|
}
|
|
314
|
+
|
|
301
315
|
.code-underline {
|
|
302
316
|
text-decoration: underline;
|
|
303
317
|
text-decoration-style: solid;
|
|
304
318
|
}
|
|
319
|
+
|
|
305
320
|
.code-double-underline {
|
|
306
321
|
text-decoration: underline;
|
|
307
322
|
text-decoration-style: double;
|
|
308
323
|
}
|
|
324
|
+
|
|
309
325
|
.code-strike-through {
|
|
310
326
|
text-decoration: line-through;
|
|
311
327
|
text-decoration-style: solid;
|
|
312
328
|
}
|
|
329
|
+
|
|
313
330
|
.code-overline {
|
|
314
331
|
text-decoration: overline;
|
|
315
332
|
text-decoration-style: solid;
|
|
316
333
|
}
|
|
334
|
+
|
|
317
335
|
.code-overline.code-underline.code-strike-through {
|
|
318
336
|
text-decoration: overline underline line-through;
|
|
319
337
|
text-decoration-style: solid;
|
|
320
338
|
}
|
|
339
|
+
|
|
321
340
|
.code-overline.code-underline {
|
|
322
341
|
text-decoration: overline underline;
|
|
323
342
|
text-decoration-style: solid;
|
|
324
343
|
}
|
|
344
|
+
|
|
325
345
|
.code-overline.code-strike-through {
|
|
326
346
|
text-decoration: overline line-through;
|
|
327
347
|
text-decoration-style: solid;
|
|
328
348
|
}
|
|
349
|
+
|
|
329
350
|
.code-underline.code-strike-through {
|
|
330
351
|
text-decoration: underline line-through;
|
|
331
352
|
text-decoration-style: solid;
|
|
332
353
|
}
|
|
354
|
+
|
|
333
355
|
.code-overline.code-double-underline.code-strike-through {
|
|
334
356
|
text-decoration: overline underline line-through;
|
|
335
357
|
text-decoration-style: double;
|
|
336
358
|
}
|
|
359
|
+
|
|
337
360
|
.code-overline.code-double-underline {
|
|
338
361
|
text-decoration: overline underline;
|
|
339
362
|
text-decoration-style: double;
|
|
340
363
|
}
|
|
364
|
+
|
|
341
365
|
.code-double-underline.code-strike-through {
|
|
342
366
|
text-decoration: underline line-through;
|
|
343
367
|
text-decoration-style: double;
|
|
344
368
|
}
|
|
369
|
+
|
|
345
370
|
.code-dim {
|
|
346
371
|
opacity: 0.4;
|
|
347
372
|
}
|
|
373
|
+
|
|
348
374
|
.code-hidden {
|
|
349
375
|
opacity: 0;
|
|
350
376
|
}
|
|
377
|
+
|
|
351
378
|
.code-blink {
|
|
352
379
|
animation: code-blink-key 1s cubic-bezier(1, 0, 0, 1) infinite alternate;
|
|
353
380
|
}
|
|
381
|
+
|
|
354
382
|
.code-rapid-blink {
|
|
355
383
|
animation: code-blink-key 0.3s cubic-bezier(1, 0, 0, 1) infinite alternate;
|
|
356
384
|
}
|
|
385
|
+
|
|
357
386
|
@keyframes code-blink-key {
|
|
358
387
|
to {
|
|
359
388
|
opacity: 0.4;
|
|
360
389
|
}
|
|
361
390
|
}
|
|
391
|
+
|
|
362
392
|
.code-subscript {
|
|
363
393
|
vertical-align: sub;
|
|
364
394
|
font-size: smaller;
|
|
365
395
|
line-height: normal;
|
|
366
396
|
}
|
|
397
|
+
|
|
367
398
|
.code-superscript {
|
|
368
399
|
vertical-align: super;
|
|
369
400
|
font-size: smaller;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-debug",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.2-next-1701074005.0",
|
|
4
4
|
"files": [
|
|
5
5
|
"lib",
|
|
6
6
|
"src"
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"url": "git@github.com:opensumi/core.git"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@opensumi/ide-connection": "2.27.
|
|
21
|
-
"@opensumi/ide-core-common": "2.27.
|
|
22
|
-
"@opensumi/ide-core-node": "2.27.
|
|
23
|
-
"@opensumi/ide-file-service": "2.27.
|
|
24
|
-
"@opensumi/ide-task": "2.27.
|
|
25
|
-
"@opensumi/ide-terminal-next": "2.27.
|
|
20
|
+
"@opensumi/ide-connection": "2.27.2-next-1701074005.0",
|
|
21
|
+
"@opensumi/ide-core-common": "2.27.2-next-1701074005.0",
|
|
22
|
+
"@opensumi/ide-core-node": "2.27.2-next-1701074005.0",
|
|
23
|
+
"@opensumi/ide-file-service": "2.27.2-next-1701074005.0",
|
|
24
|
+
"@opensumi/ide-task": "2.27.2-next-1701074005.0",
|
|
25
|
+
"@opensumi/ide-terminal-next": "2.27.2-next-1701074005.0",
|
|
26
26
|
"@rjsf/core": "5.5.2",
|
|
27
27
|
"@rjsf/utils": "5.5.2",
|
|
28
28
|
"@rjsf/validator-ajv6": "5.4.0",
|
|
@@ -30,23 +30,23 @@
|
|
|
30
30
|
"btoa": "^1.2.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@opensumi/ide-components": "2.27.
|
|
34
|
-
"@opensumi/ide-core-browser": "2.27.
|
|
33
|
+
"@opensumi/ide-components": "2.27.2-next-1701074005.0",
|
|
34
|
+
"@opensumi/ide-core-browser": "2.27.2-next-1701074005.0",
|
|
35
35
|
"@opensumi/ide-dev-tool": "1.3.1",
|
|
36
|
-
"@opensumi/ide-editor": "2.27.
|
|
37
|
-
"@opensumi/ide-main-layout": "2.27.
|
|
38
|
-
"@opensumi/ide-monaco": "2.27.
|
|
39
|
-
"@opensumi/ide-monaco-enhance": "2.27.
|
|
40
|
-
"@opensumi/ide-output": "2.27.
|
|
41
|
-
"@opensumi/ide-overlay": "2.27.
|
|
42
|
-
"@opensumi/ide-preferences": "2.27.
|
|
43
|
-
"@opensumi/ide-quick-open": "2.27.
|
|
44
|
-
"@opensumi/ide-storage": "2.27.
|
|
45
|
-
"@opensumi/ide-theme": "2.27.
|
|
46
|
-
"@opensumi/ide-variable": "2.27.
|
|
47
|
-
"@opensumi/ide-workspace": "2.27.
|
|
48
|
-
"@opensumi/ide-workspace-edit": "2.27.
|
|
36
|
+
"@opensumi/ide-editor": "2.27.2-next-1701074005.0",
|
|
37
|
+
"@opensumi/ide-main-layout": "2.27.2-next-1701074005.0",
|
|
38
|
+
"@opensumi/ide-monaco": "2.27.2-next-1701074005.0",
|
|
39
|
+
"@opensumi/ide-monaco-enhance": "2.27.2-next-1701074005.0",
|
|
40
|
+
"@opensumi/ide-output": "2.27.2-next-1701074005.0",
|
|
41
|
+
"@opensumi/ide-overlay": "2.27.2-next-1701074005.0",
|
|
42
|
+
"@opensumi/ide-preferences": "2.27.2-next-1701074005.0",
|
|
43
|
+
"@opensumi/ide-quick-open": "2.27.2-next-1701074005.0",
|
|
44
|
+
"@opensumi/ide-storage": "2.27.2-next-1701074005.0",
|
|
45
|
+
"@opensumi/ide-theme": "2.27.2-next-1701074005.0",
|
|
46
|
+
"@opensumi/ide-variable": "2.27.2-next-1701074005.0",
|
|
47
|
+
"@opensumi/ide-workspace": "2.27.2-next-1701074005.0",
|
|
48
|
+
"@opensumi/ide-workspace-edit": "2.27.2-next-1701074005.0",
|
|
49
49
|
"@types/btoa": "^1.2.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "059af8fb4187a75fe854f776c4642f6fe6498e24"
|
|
52
52
|
}
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
flex-shrink: 0;
|
|
47
47
|
justify-content: center;
|
|
48
48
|
font-weight: 600;
|
|
49
|
+
|
|
49
50
|
:global(.kaitian-icon) {
|
|
50
51
|
font-size: 14px;
|
|
51
52
|
line-height: @debug-console-default-height;
|
|
@@ -82,6 +83,7 @@
|
|
|
82
83
|
top: 0;
|
|
83
84
|
z-index: 1;
|
|
84
85
|
pointer-events: none;
|
|
86
|
+
|
|
85
87
|
& .block {
|
|
86
88
|
position: absolute;
|
|
87
89
|
background-color: rgba(225, 255, 255, 0.25);
|
|
@@ -91,12 +93,14 @@
|
|
|
91
93
|
a {
|
|
92
94
|
color: currentColor !important;
|
|
93
95
|
cursor: text;
|
|
96
|
+
|
|
94
97
|
&.link {
|
|
95
98
|
// 这里 a 标签的父元素的 dispaly 如果是 inline-block 的话,text-decoration 属性会失效,采用 border-bottom 代替
|
|
96
99
|
// text-decoration: underline;
|
|
97
100
|
border-bottom: 1px solid currentColor;
|
|
98
101
|
word-break: break-all;
|
|
99
102
|
}
|
|
103
|
+
|
|
100
104
|
&.pointer {
|
|
101
105
|
cursor: pointer;
|
|
102
106
|
}
|
|
@@ -132,6 +136,7 @@
|
|
|
132
136
|
&.mod_selected {
|
|
133
137
|
color: var(--kt-tree-inactiveSelectionForeground) !important;
|
|
134
138
|
background: var(--kt-tree-inactiveSelectionBackground);
|
|
139
|
+
|
|
135
140
|
.expansion_toggle {
|
|
136
141
|
color: var(--kt-tree-inactiveSelectionForeground) !important;
|
|
137
142
|
}
|
|
@@ -140,6 +145,7 @@
|
|
|
140
145
|
&.mod_focused {
|
|
141
146
|
outline: 1px solid var(--list-focusOutline);
|
|
142
147
|
outline-offset: -1px;
|
|
148
|
+
|
|
143
149
|
.expansion_toggle {
|
|
144
150
|
color: var(--kt-tree-activeSelectionForeground) !important;
|
|
145
151
|
}
|
|
@@ -148,6 +154,7 @@
|
|
|
148
154
|
&.mod_actived {
|
|
149
155
|
outline: 1px solid var(--list-focusOutline);
|
|
150
156
|
outline-offset: -1px;
|
|
157
|
+
|
|
151
158
|
.expansion_toggle {
|
|
152
159
|
color: var(--kt-tree-activeSelectionForeground) !important;
|
|
153
160
|
}
|
|
@@ -164,6 +171,7 @@
|
|
|
164
171
|
align-items: center;
|
|
165
172
|
width: 100%;
|
|
166
173
|
user-select: text;
|
|
174
|
+
|
|
167
175
|
match {
|
|
168
176
|
background-color: var(--editor-findMatchHighlightBackground);
|
|
169
177
|
}
|
|
@@ -185,6 +193,7 @@
|
|
|
185
193
|
.debug_console_node_displayname {
|
|
186
194
|
display: inline;
|
|
187
195
|
white-space: inherit;
|
|
196
|
+
|
|
188
197
|
&.info {
|
|
189
198
|
color: var(--debugConsole-infoForeground);
|
|
190
199
|
}
|
|
@@ -215,6 +224,7 @@
|
|
|
215
224
|
color: var(--foreground);
|
|
216
225
|
position: absolute;
|
|
217
226
|
left: -20px;
|
|
227
|
+
|
|
218
228
|
&.mod_collapsed {
|
|
219
229
|
&:before {
|
|
220
230
|
display: block;
|
|
@@ -244,6 +254,7 @@
|
|
|
244
254
|
overflow: hidden;
|
|
245
255
|
text-overflow: ellipsis;
|
|
246
256
|
overflow: visible;
|
|
257
|
+
|
|
247
258
|
&.name {
|
|
248
259
|
color: var(--debugTokenExpression-name);
|
|
249
260
|
}
|
|
@@ -288,6 +299,7 @@
|
|
|
288
299
|
.debug_console_output {
|
|
289
300
|
flex: 1;
|
|
290
301
|
background-color: var(--kt-panelTitle-background);
|
|
302
|
+
|
|
291
303
|
:global(.kt-recycle-tree) {
|
|
292
304
|
width: 100% !important;
|
|
293
305
|
}
|
|
@@ -295,75 +307,94 @@
|
|
|
295
307
|
.code-bold {
|
|
296
308
|
font-weight: bold;
|
|
297
309
|
}
|
|
310
|
+
|
|
298
311
|
.code-italic {
|
|
299
312
|
font-style: italic;
|
|
300
313
|
}
|
|
314
|
+
|
|
301
315
|
.code-underline {
|
|
302
316
|
text-decoration: underline;
|
|
303
317
|
text-decoration-style: solid;
|
|
304
318
|
}
|
|
319
|
+
|
|
305
320
|
.code-double-underline {
|
|
306
321
|
text-decoration: underline;
|
|
307
322
|
text-decoration-style: double;
|
|
308
323
|
}
|
|
324
|
+
|
|
309
325
|
.code-strike-through {
|
|
310
326
|
text-decoration: line-through;
|
|
311
327
|
text-decoration-style: solid;
|
|
312
328
|
}
|
|
329
|
+
|
|
313
330
|
.code-overline {
|
|
314
331
|
text-decoration: overline;
|
|
315
332
|
text-decoration-style: solid;
|
|
316
333
|
}
|
|
334
|
+
|
|
317
335
|
.code-overline.code-underline.code-strike-through {
|
|
318
336
|
text-decoration: overline underline line-through;
|
|
319
337
|
text-decoration-style: solid;
|
|
320
338
|
}
|
|
339
|
+
|
|
321
340
|
.code-overline.code-underline {
|
|
322
341
|
text-decoration: overline underline;
|
|
323
342
|
text-decoration-style: solid;
|
|
324
343
|
}
|
|
344
|
+
|
|
325
345
|
.code-overline.code-strike-through {
|
|
326
346
|
text-decoration: overline line-through;
|
|
327
347
|
text-decoration-style: solid;
|
|
328
348
|
}
|
|
349
|
+
|
|
329
350
|
.code-underline.code-strike-through {
|
|
330
351
|
text-decoration: underline line-through;
|
|
331
352
|
text-decoration-style: solid;
|
|
332
353
|
}
|
|
354
|
+
|
|
333
355
|
.code-overline.code-double-underline.code-strike-through {
|
|
334
356
|
text-decoration: overline underline line-through;
|
|
335
357
|
text-decoration-style: double;
|
|
336
358
|
}
|
|
359
|
+
|
|
337
360
|
.code-overline.code-double-underline {
|
|
338
361
|
text-decoration: overline underline;
|
|
339
362
|
text-decoration-style: double;
|
|
340
363
|
}
|
|
364
|
+
|
|
341
365
|
.code-double-underline.code-strike-through {
|
|
342
366
|
text-decoration: underline line-through;
|
|
343
367
|
text-decoration-style: double;
|
|
344
368
|
}
|
|
369
|
+
|
|
345
370
|
.code-dim {
|
|
346
371
|
opacity: 0.4;
|
|
347
372
|
}
|
|
373
|
+
|
|
348
374
|
.code-hidden {
|
|
349
375
|
opacity: 0;
|
|
350
376
|
}
|
|
377
|
+
|
|
351
378
|
.code-blink {
|
|
352
379
|
animation: code-blink-key 1s cubic-bezier(1, 0, 0, 1) infinite alternate;
|
|
353
380
|
}
|
|
381
|
+
|
|
354
382
|
.code-rapid-blink {
|
|
355
383
|
animation: code-blink-key 0.3s cubic-bezier(1, 0, 0, 1) infinite alternate;
|
|
356
384
|
}
|
|
385
|
+
|
|
357
386
|
@keyframes code-blink-key {
|
|
358
387
|
to {
|
|
359
388
|
opacity: 0.4;
|
|
360
389
|
}
|
|
361
390
|
}
|
|
391
|
+
|
|
362
392
|
.code-subscript {
|
|
363
393
|
vertical-align: sub;
|
|
364
394
|
font-size: smaller;
|
|
365
395
|
line-height: normal;
|
|
366
396
|
}
|
|
397
|
+
|
|
367
398
|
.code-superscript {
|
|
368
399
|
vertical-align: super;
|
|
369
400
|
font-size: smaller;
|