@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 CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@theia/debug",
3
- "version": "1.23.0-next.44+f8c05276c22",
3
+ "version": "1.23.0-next.49+363e5216dac",
4
4
  "description": "Theia - Debug Extension",
5
5
  "dependencies": {
6
- "@theia/console": "1.23.0-next.44+f8c05276c22",
7
- "@theia/core": "1.23.0-next.44+f8c05276c22",
8
- "@theia/editor": "1.23.0-next.44+f8c05276c22",
9
- "@theia/filesystem": "1.23.0-next.44+f8c05276c22",
10
- "@theia/markers": "1.23.0-next.44+f8c05276c22",
11
- "@theia/monaco": "1.23.0-next.44+f8c05276c22",
12
- "@theia/output": "1.23.0-next.44+f8c05276c22",
13
- "@theia/process": "1.23.0-next.44+f8c05276c22",
14
- "@theia/task": "1.23.0-next.44+f8c05276c22",
15
- "@theia/terminal": "1.23.0-next.44+f8c05276c22",
16
- "@theia/variable-resolver": "1.23.0-next.44+f8c05276c22",
17
- "@theia/workspace": "1.23.0-next.44+f8c05276c22",
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": "f8c05276c22fcb631cb7f3accc017f08e60f2752"
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);