@theia/debug 1.74.0-next.53 → 1.74.0-next.58
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.
|
@@ -12,7 +12,7 @@ export declare const DEBUG_VIEW_CONTAINER_TITLE_OPTIONS: ViewContainerTitleOptio
|
|
|
12
12
|
export declare class DebugSessionWidget extends BaseWidget implements StatefulWidget, ApplicationShell.TrackableWidgetProvider {
|
|
13
13
|
static createContainer(parent: interfaces.Container): Container;
|
|
14
14
|
static createWidget(parent: interfaces.Container): DebugSessionWidget;
|
|
15
|
-
static subwidgets: (typeof
|
|
15
|
+
static subwidgets: (typeof DebugThreadsWidget | typeof DebugStackFramesWidget | typeof DebugBreakpointsWidget | typeof DebugVariablesWidget | typeof DebugWatchWidget)[];
|
|
16
16
|
protected viewContainer: ViewContainer;
|
|
17
17
|
protected readonly viewContainerFactory: ViewContainer.Factory;
|
|
18
18
|
readonly model: DebugViewModel;
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/debug",
|
|
3
|
-
"version": "1.74.0-next.
|
|
3
|
+
"version": "1.74.0-next.58+69b801c9a",
|
|
4
4
|
"description": "Theia - Debug Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/console": "1.74.0-next.
|
|
7
|
-
"@theia/core": "1.74.0-next.
|
|
8
|
-
"@theia/editor": "1.74.0-next.
|
|
9
|
-
"@theia/filesystem": "1.74.0-next.
|
|
10
|
-
"@theia/markers": "1.74.0-next.
|
|
11
|
-
"@theia/monaco": "1.74.0-next.
|
|
6
|
+
"@theia/console": "1.74.0-next.58+69b801c9a",
|
|
7
|
+
"@theia/core": "1.74.0-next.58+69b801c9a",
|
|
8
|
+
"@theia/editor": "1.74.0-next.58+69b801c9a",
|
|
9
|
+
"@theia/filesystem": "1.74.0-next.58+69b801c9a",
|
|
10
|
+
"@theia/markers": "1.74.0-next.58+69b801c9a",
|
|
11
|
+
"@theia/monaco": "1.74.0-next.58+69b801c9a",
|
|
12
12
|
"@theia/monaco-editor-core": "1.108.201",
|
|
13
|
-
"@theia/output": "1.74.0-next.
|
|
14
|
-
"@theia/process": "1.74.0-next.
|
|
15
|
-
"@theia/task": "1.74.0-next.
|
|
16
|
-
"@theia/terminal": "1.74.0-next.
|
|
17
|
-
"@theia/test": "1.74.0-next.
|
|
18
|
-
"@theia/variable-resolver": "1.74.0-next.
|
|
19
|
-
"@theia/workspace": "1.74.0-next.
|
|
13
|
+
"@theia/output": "1.74.0-next.58+69b801c9a",
|
|
14
|
+
"@theia/process": "1.74.0-next.58+69b801c9a",
|
|
15
|
+
"@theia/task": "1.74.0-next.58+69b801c9a",
|
|
16
|
+
"@theia/terminal": "1.74.0-next.58+69b801c9a",
|
|
17
|
+
"@theia/test": "1.74.0-next.58+69b801c9a",
|
|
18
|
+
"@theia/variable-resolver": "1.74.0-next.58+69b801c9a",
|
|
19
|
+
"@theia/workspace": "1.74.0-next.58+69b801c9a",
|
|
20
20
|
"@vscode/debugprotocol": "^1.68.0",
|
|
21
21
|
"fast-deep-equal": "^3.1.3",
|
|
22
22
|
"jsonc-parser": "^3.3.1",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"nyc": {
|
|
65
65
|
"extends": "../../configs/nyc.json"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "69b801c9afe89a9cc9a23a6bf63e66bb484bce9a"
|
|
68
68
|
}
|