@theia/plugin-ext 1.27.0-next.15 → 1.27.0-next.18
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.
|
@@ -79,7 +79,7 @@ export declare class PluginViewRegistry implements FrontendApplicationContributi
|
|
|
79
79
|
protected toViewId(identifier: PluginViewWidgetIdentifier): string;
|
|
80
80
|
protected toViewWelcomeId(index: number, viewId: string): string;
|
|
81
81
|
/**
|
|
82
|
-
* retrieve restored layout state from previous
|
|
82
|
+
* retrieve restored layout state from previous user session but close widgets
|
|
83
83
|
* widgets should be opened only when view data providers are registered
|
|
84
84
|
*/
|
|
85
85
|
onDidInitializeLayout(): void;
|
|
@@ -630,7 +630,7 @@ let PluginViewRegistry = class PluginViewRegistry {
|
|
|
630
630
|
return `view-welcome.${viewId}.${index}`;
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
|
-
* retrieve restored layout state from previous
|
|
633
|
+
* retrieve restored layout state from previous user session but close widgets
|
|
634
634
|
* widgets should be opened only when view data providers are registered
|
|
635
635
|
*/
|
|
636
636
|
onDidInitializeLayout() {
|
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-ext",
|
|
3
|
-
"version": "1.27.0-next.
|
|
3
|
+
"version": "1.27.0-next.18+0730d3b006d",
|
|
4
4
|
"description": "Theia - Plugin Extension",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@theia/bulk-edit": "1.27.0-next.
|
|
9
|
-
"@theia/callhierarchy": "1.27.0-next.
|
|
10
|
-
"@theia/console": "1.27.0-next.
|
|
11
|
-
"@theia/core": "1.27.0-next.
|
|
12
|
-
"@theia/debug": "1.27.0-next.
|
|
13
|
-
"@theia/editor": "1.27.0-next.
|
|
14
|
-
"@theia/file-search": "1.27.0-next.
|
|
15
|
-
"@theia/filesystem": "1.27.0-next.
|
|
16
|
-
"@theia/markers": "1.27.0-next.
|
|
17
|
-
"@theia/messages": "1.27.0-next.
|
|
18
|
-
"@theia/monaco": "1.27.0-next.
|
|
8
|
+
"@theia/bulk-edit": "1.27.0-next.18+0730d3b006d",
|
|
9
|
+
"@theia/callhierarchy": "1.27.0-next.18+0730d3b006d",
|
|
10
|
+
"@theia/console": "1.27.0-next.18+0730d3b006d",
|
|
11
|
+
"@theia/core": "1.27.0-next.18+0730d3b006d",
|
|
12
|
+
"@theia/debug": "1.27.0-next.18+0730d3b006d",
|
|
13
|
+
"@theia/editor": "1.27.0-next.18+0730d3b006d",
|
|
14
|
+
"@theia/file-search": "1.27.0-next.18+0730d3b006d",
|
|
15
|
+
"@theia/filesystem": "1.27.0-next.18+0730d3b006d",
|
|
16
|
+
"@theia/markers": "1.27.0-next.18+0730d3b006d",
|
|
17
|
+
"@theia/messages": "1.27.0-next.18+0730d3b006d",
|
|
18
|
+
"@theia/monaco": "1.27.0-next.18+0730d3b006d",
|
|
19
19
|
"@theia/monaco-editor-core": "1.65.2",
|
|
20
|
-
"@theia/navigator": "1.27.0-next.
|
|
21
|
-
"@theia/output": "1.27.0-next.
|
|
22
|
-
"@theia/plugin": "1.27.0-next.
|
|
23
|
-
"@theia/preferences": "1.27.0-next.
|
|
24
|
-
"@theia/scm": "1.27.0-next.
|
|
25
|
-
"@theia/search-in-workspace": "1.27.0-next.
|
|
26
|
-
"@theia/task": "1.27.0-next.
|
|
27
|
-
"@theia/terminal": "1.27.0-next.
|
|
28
|
-
"@theia/timeline": "1.27.0-next.
|
|
29
|
-
"@theia/variable-resolver": "1.27.0-next.
|
|
30
|
-
"@theia/workspace": "1.27.0-next.
|
|
20
|
+
"@theia/navigator": "1.27.0-next.18+0730d3b006d",
|
|
21
|
+
"@theia/output": "1.27.0-next.18+0730d3b006d",
|
|
22
|
+
"@theia/plugin": "1.27.0-next.18+0730d3b006d",
|
|
23
|
+
"@theia/preferences": "1.27.0-next.18+0730d3b006d",
|
|
24
|
+
"@theia/scm": "1.27.0-next.18+0730d3b006d",
|
|
25
|
+
"@theia/search-in-workspace": "1.27.0-next.18+0730d3b006d",
|
|
26
|
+
"@theia/task": "1.27.0-next.18+0730d3b006d",
|
|
27
|
+
"@theia/terminal": "1.27.0-next.18+0730d3b006d",
|
|
28
|
+
"@theia/timeline": "1.27.0-next.18+0730d3b006d",
|
|
29
|
+
"@theia/variable-resolver": "1.27.0-next.18+0730d3b006d",
|
|
30
|
+
"@theia/workspace": "1.27.0-next.18+0730d3b006d",
|
|
31
31
|
"@types/mime": "^2.0.1",
|
|
32
32
|
"decompress": "^4.2.1",
|
|
33
33
|
"escape-html": "^1.0.3",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"nyc": {
|
|
94
94
|
"extends": "../../configs/nyc.json"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "0730d3b006d587dbd9df3c9f100906c5fd857e49"
|
|
97
97
|
}
|
|
@@ -715,7 +715,7 @@ export class PluginViewRegistry implements FrontendApplicationContribution {
|
|
|
715
715
|
}
|
|
716
716
|
|
|
717
717
|
/**
|
|
718
|
-
* retrieve restored layout state from previous
|
|
718
|
+
* retrieve restored layout state from previous user session but close widgets
|
|
719
719
|
* widgets should be opened only when view data providers are registered
|
|
720
720
|
*/
|
|
721
721
|
onDidInitializeLayout(): void {
|