@theia/plugin 1.26.0-next.31 → 1.26.0-next.34
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.26.0-next.
|
|
3
|
+
"version": "1.26.0-next.34+1732179729e",
|
|
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": "1732179729e06b15c54e9dad0820704c37a77d5d"
|
|
36
36
|
}
|
package/src/theia.d.ts
CHANGED
|
@@ -2185,7 +2185,7 @@ export module '@theia/plugin' {
|
|
|
2185
2185
|
}
|
|
2186
2186
|
|
|
2187
2187
|
/**
|
|
2188
|
-
* The type of a {@link QuickPickItem
|
|
2188
|
+
* The type of a {@link QuickPickItem quick pick item}. If `Separator` is set, all fields other than {@link QuickPickItem.label label} will be ignored.
|
|
2189
2189
|
*/
|
|
2190
2190
|
export enum QuickPickItemKind {
|
|
2191
2191
|
Separator = -1,
|