@theia/plugin 1.38.0 → 1.39.0-next.11
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 +2 -2
- package/src/theia.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.0-next.11+c42adc25d",
|
|
4
4
|
"description": "Theia - Plugin API",
|
|
5
5
|
"types": "./src/theia.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"nyc": {
|
|
33
33
|
"extends": "../../configs/nyc.json"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "c42adc25db04d38e9d300a56b9f91ba9f46601f3"
|
|
36
36
|
}
|
package/src/theia.d.ts
CHANGED
|
@@ -11379,7 +11379,7 @@ export module '@theia/plugin' {
|
|
|
11379
11379
|
* The icon path for a specific
|
|
11380
11380
|
* {@link SourceControlResourceState source control resource state}.
|
|
11381
11381
|
*/
|
|
11382
|
-
readonly iconPath?: string | Uri;
|
|
11382
|
+
readonly iconPath?: string | Uri | ThemeIcon;
|
|
11383
11383
|
}
|
|
11384
11384
|
|
|
11385
11385
|
/**
|