@theia/debug 1.23.0-next.44 → 1.23.0-next.49
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/package.json +14 -14
- package/src/browser/style/index.css +4 -1
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/debug",
|
|
3
|
-
"version": "1.23.0-next.
|
|
3
|
+
"version": "1.23.0-next.49+363e5216dac",
|
|
4
4
|
"description": "Theia - Debug Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/console": "1.23.0-next.
|
|
7
|
-
"@theia/core": "1.23.0-next.
|
|
8
|
-
"@theia/editor": "1.23.0-next.
|
|
9
|
-
"@theia/filesystem": "1.23.0-next.
|
|
10
|
-
"@theia/markers": "1.23.0-next.
|
|
11
|
-
"@theia/monaco": "1.23.0-next.
|
|
12
|
-
"@theia/output": "1.23.0-next.
|
|
13
|
-
"@theia/process": "1.23.0-next.
|
|
14
|
-
"@theia/task": "1.23.0-next.
|
|
15
|
-
"@theia/terminal": "1.23.0-next.
|
|
16
|
-
"@theia/variable-resolver": "1.23.0-next.
|
|
17
|
-
"@theia/workspace": "1.23.0-next.
|
|
6
|
+
"@theia/console": "1.23.0-next.49+363e5216dac",
|
|
7
|
+
"@theia/core": "1.23.0-next.49+363e5216dac",
|
|
8
|
+
"@theia/editor": "1.23.0-next.49+363e5216dac",
|
|
9
|
+
"@theia/filesystem": "1.23.0-next.49+363e5216dac",
|
|
10
|
+
"@theia/markers": "1.23.0-next.49+363e5216dac",
|
|
11
|
+
"@theia/monaco": "1.23.0-next.49+363e5216dac",
|
|
12
|
+
"@theia/output": "1.23.0-next.49+363e5216dac",
|
|
13
|
+
"@theia/process": "1.23.0-next.49+363e5216dac",
|
|
14
|
+
"@theia/task": "1.23.0-next.49+363e5216dac",
|
|
15
|
+
"@theia/terminal": "1.23.0-next.49+363e5216dac",
|
|
16
|
+
"@theia/variable-resolver": "1.23.0-next.49+363e5216dac",
|
|
17
|
+
"@theia/workspace": "1.23.0-next.49+363e5216dac",
|
|
18
18
|
"jsonc-parser": "^2.2.0",
|
|
19
19
|
"mkdirp": "^0.5.0",
|
|
20
20
|
"p-debounce": "^2.1.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"nyc": {
|
|
68
68
|
"extends": "../../configs/nyc.json"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "363e5216dac77e4c3fa419f201cc161955084c43"
|
|
71
71
|
}
|
|
@@ -421,10 +421,13 @@
|
|
|
421
421
|
/* Status Bar */
|
|
422
422
|
.theia-mod-debugging #theia-statusBar {
|
|
423
423
|
background: var(--theia-statusBar-debuggingBackground);
|
|
424
|
-
color: var(--theia-statusBar-debuggingForeground);
|
|
425
424
|
border-top: var(--theia-border-width) solid var(--theia-statusBar-debuggingBorder);
|
|
426
425
|
}
|
|
427
426
|
|
|
427
|
+
.theia-mod-debugging #theia-statusBar .area .element {
|
|
428
|
+
color: var(--theia-statusBar-debuggingForeground);
|
|
429
|
+
}
|
|
430
|
+
|
|
428
431
|
/** Exception Widget */
|
|
429
432
|
.monaco-editor .zone-widget .zone-widget-container.theia-debug-exception-widget {
|
|
430
433
|
color: var(--theia-editor-foreground);
|