@theia/core 1.72.0-next.50 → 1.72.0-next.52
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/lib/browser/catalog.json
CHANGED
|
@@ -7179,6 +7179,12 @@
|
|
|
7179
7179
|
"2.2.0": "https://www.schemastore.org/utam-page-object-2.2.0.json"
|
|
7180
7180
|
}
|
|
7181
7181
|
},
|
|
7182
|
+
{
|
|
7183
|
+
"name": "umpire.json",
|
|
7184
|
+
"description": "Umpire form-logic configuration",
|
|
7185
|
+
"fileMatch": ["*.umpire.json"],
|
|
7186
|
+
"url": "https://spec.umpire.tools/umpire.schema.json"
|
|
7187
|
+
},
|
|
7182
7188
|
{
|
|
7183
7189
|
"name": "UNCORS configuration",
|
|
7184
7190
|
"description": "Configuration file for UNCORS reverse proxy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.72.0-next.
|
|
3
|
+
"version": "1.72.0-next.52+726081b2a",
|
|
4
4
|
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@lumino/virtualdom": "^2.0.4",
|
|
18
18
|
"@lumino/widgets": "2.7.5",
|
|
19
19
|
"@parcel/watcher": "^2.5.6",
|
|
20
|
-
"@theia/application-package": "1.72.0-next.
|
|
21
|
-
"@theia/request": "1.72.0-next.
|
|
20
|
+
"@theia/application-package": "1.72.0-next.52+726081b2a",
|
|
21
|
+
"@theia/request": "1.72.0-next.52+726081b2a",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.25",
|
|
24
24
|
"@types/fs-extra": "^4.0.15",
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "726081b2aa03827611ba4a323da1a6aaf0e9a9b9"
|
|
225
225
|
}
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
border: 1px solid var(--theia-editorHoverWidget-border);
|
|
30
30
|
padding: var(--theia-ui-padding);
|
|
31
31
|
max-width: var(--theia-hover-max-width);
|
|
32
|
+
overflow-wrap: break-word;
|
|
32
33
|
user-select: text;
|
|
33
34
|
--vscode-scmGraph-historyItemHoverAdditionsForeground: var(--theia-scmGraph-historyItemHoverAdditionsForeground);
|
|
34
35
|
--vscode-scmGraph-historyItemHoverDeletionsForeground: var(--theia-scmGraph-historyItemHoverDeletionsForeground);
|