@theia/debug 1.24.0-next.26 → 1.24.0-next.29

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.24.0-next.26+3da6276f571",
3
+ "version": "1.24.0-next.29+8b7f7a056aa",
4
4
  "description": "Theia - Debug Extension",
5
5
  "dependencies": {
6
- "@theia/console": "1.24.0-next.26+3da6276f571",
7
- "@theia/core": "1.24.0-next.26+3da6276f571",
8
- "@theia/editor": "1.24.0-next.26+3da6276f571",
9
- "@theia/filesystem": "1.24.0-next.26+3da6276f571",
10
- "@theia/markers": "1.24.0-next.26+3da6276f571",
11
- "@theia/monaco": "1.24.0-next.26+3da6276f571",
12
- "@theia/output": "1.24.0-next.26+3da6276f571",
13
- "@theia/process": "1.24.0-next.26+3da6276f571",
14
- "@theia/task": "1.24.0-next.26+3da6276f571",
15
- "@theia/terminal": "1.24.0-next.26+3da6276f571",
16
- "@theia/variable-resolver": "1.24.0-next.26+3da6276f571",
17
- "@theia/workspace": "1.24.0-next.26+3da6276f571",
6
+ "@theia/console": "1.24.0-next.29+8b7f7a056aa",
7
+ "@theia/core": "1.24.0-next.29+8b7f7a056aa",
8
+ "@theia/editor": "1.24.0-next.29+8b7f7a056aa",
9
+ "@theia/filesystem": "1.24.0-next.29+8b7f7a056aa",
10
+ "@theia/markers": "1.24.0-next.29+8b7f7a056aa",
11
+ "@theia/monaco": "1.24.0-next.29+8b7f7a056aa",
12
+ "@theia/output": "1.24.0-next.29+8b7f7a056aa",
13
+ "@theia/process": "1.24.0-next.29+8b7f7a056aa",
14
+ "@theia/task": "1.24.0-next.29+8b7f7a056aa",
15
+ "@theia/terminal": "1.24.0-next.29+8b7f7a056aa",
16
+ "@theia/variable-resolver": "1.24.0-next.29+8b7f7a056aa",
17
+ "@theia/workspace": "1.24.0-next.29+8b7f7a056aa",
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": "3da6276f571891af259a3357acb94731e2abf1b0"
70
+ "gitHead": "8b7f7a056aaf4111d6aa98383db30de0fd18380b"
71
71
  }
@@ -114,14 +114,9 @@
114
114
  display: flex;
115
115
  align-items: center;
116
116
  padding-top: calc(var(--theia-ui-padding)*2);
117
- padding-right: calc(var(--theia-ui-padding)*2);
117
+ padding-right: calc(var(--theia-ui-padding)*3);
118
118
  padding-bottom: var(--theia-ui-padding);
119
- margin-right: var(--theia-ui-padding);
120
- margin-left: var(--theia-ui-padding);
121
- }
122
-
123
- .theia-side-panel .debug-toolbar {
124
- padding-left: 3px;
119
+ padding-left: calc(var(--theia-ui-padding)*2);
125
120
  }
126
121
 
127
122
  .theia-session-container > .debug-toolbar {