@theia/debug 1.26.0-next.23 → 1.26.0-next.26
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 +1 -2
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/debug",
|
|
3
|
-
"version": "1.26.0-next.
|
|
3
|
+
"version": "1.26.0-next.26+c4e55ec01ed",
|
|
4
4
|
"description": "Theia - Debug Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/console": "1.26.0-next.
|
|
7
|
-
"@theia/core": "1.26.0-next.
|
|
8
|
-
"@theia/editor": "1.26.0-next.
|
|
9
|
-
"@theia/filesystem": "1.26.0-next.
|
|
10
|
-
"@theia/markers": "1.26.0-next.
|
|
11
|
-
"@theia/monaco": "1.26.0-next.
|
|
6
|
+
"@theia/console": "1.26.0-next.26+c4e55ec01ed",
|
|
7
|
+
"@theia/core": "1.26.0-next.26+c4e55ec01ed",
|
|
8
|
+
"@theia/editor": "1.26.0-next.26+c4e55ec01ed",
|
|
9
|
+
"@theia/filesystem": "1.26.0-next.26+c4e55ec01ed",
|
|
10
|
+
"@theia/markers": "1.26.0-next.26+c4e55ec01ed",
|
|
11
|
+
"@theia/monaco": "1.26.0-next.26+c4e55ec01ed",
|
|
12
12
|
"@theia/monaco-editor-core": "1.65.2",
|
|
13
|
-
"@theia/output": "1.26.0-next.
|
|
14
|
-
"@theia/process": "1.26.0-next.
|
|
15
|
-
"@theia/task": "1.26.0-next.
|
|
16
|
-
"@theia/terminal": "1.26.0-next.
|
|
17
|
-
"@theia/variable-resolver": "1.26.0-next.
|
|
18
|
-
"@theia/workspace": "1.26.0-next.
|
|
13
|
+
"@theia/output": "1.26.0-next.26+c4e55ec01ed",
|
|
14
|
+
"@theia/process": "1.26.0-next.26+c4e55ec01ed",
|
|
15
|
+
"@theia/task": "1.26.0-next.26+c4e55ec01ed",
|
|
16
|
+
"@theia/terminal": "1.26.0-next.26+c4e55ec01ed",
|
|
17
|
+
"@theia/variable-resolver": "1.26.0-next.26+c4e55ec01ed",
|
|
18
|
+
"@theia/workspace": "1.26.0-next.26+c4e55ec01ed",
|
|
19
19
|
"jsonc-parser": "^2.2.0",
|
|
20
20
|
"mkdirp": "^0.5.0",
|
|
21
21
|
"p-debounce": "^2.1.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"nyc": {
|
|
69
69
|
"extends": "../../configs/nyc.json"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "c4e55ec01ed50e67f3cdf029685207a132cb4a27"
|
|
72
72
|
}
|
|
@@ -333,8 +333,7 @@
|
|
|
333
333
|
flex-direction: column;
|
|
334
334
|
border: 1px solid var(--theia-editorHoverWidget-border);
|
|
335
335
|
background: var(--theia-editorHoverWidget-background);
|
|
336
|
-
|
|
337
|
-
color: var(--theia-editorWidget-foreground);
|
|
336
|
+
color: var(--theia-editorHoverWidget-foreground);
|
|
338
337
|
}
|
|
339
338
|
|
|
340
339
|
.theia-debug-hover.complex-value {
|