@theia/debug 1.75.0-next.21 → 1.75.0-next.28
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 DebugThreadsWidget | typeof DebugStackFramesWidget | typeof
|
|
15
|
+
static subwidgets: (typeof DebugThreadsWidget | typeof DebugStackFramesWidget | typeof DebugVariablesWidget | typeof DebugWatchWidget | typeof DebugBreakpointsWidget)[];
|
|
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.75.0-next.
|
|
3
|
+
"version": "1.75.0-next.28+ba1005c0bf8",
|
|
4
4
|
"description": "Theia - Debug Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/console": "1.75.0-next.
|
|
7
|
-
"@theia/core": "1.75.0-next.
|
|
8
|
-
"@theia/editor": "1.75.0-next.
|
|
9
|
-
"@theia/filesystem": "1.75.0-next.
|
|
10
|
-
"@theia/markers": "1.75.0-next.
|
|
11
|
-
"@theia/monaco": "1.75.0-next.
|
|
6
|
+
"@theia/console": "1.75.0-next.28+ba1005c0bf8",
|
|
7
|
+
"@theia/core": "1.75.0-next.28+ba1005c0bf8",
|
|
8
|
+
"@theia/editor": "1.75.0-next.28+ba1005c0bf8",
|
|
9
|
+
"@theia/filesystem": "1.75.0-next.28+ba1005c0bf8",
|
|
10
|
+
"@theia/markers": "1.75.0-next.28+ba1005c0bf8",
|
|
11
|
+
"@theia/monaco": "1.75.0-next.28+ba1005c0bf8",
|
|
12
12
|
"@theia/monaco-editor-core": "1.108.201",
|
|
13
|
-
"@theia/output": "1.75.0-next.
|
|
14
|
-
"@theia/process": "1.75.0-next.
|
|
15
|
-
"@theia/task": "1.75.0-next.
|
|
16
|
-
"@theia/terminal": "1.75.0-next.
|
|
17
|
-
"@theia/test": "1.75.0-next.
|
|
18
|
-
"@theia/variable-resolver": "1.75.0-next.
|
|
19
|
-
"@theia/workspace": "1.75.0-next.
|
|
13
|
+
"@theia/output": "1.75.0-next.28+ba1005c0bf8",
|
|
14
|
+
"@theia/process": "1.75.0-next.28+ba1005c0bf8",
|
|
15
|
+
"@theia/task": "1.75.0-next.28+ba1005c0bf8",
|
|
16
|
+
"@theia/terminal": "1.75.0-next.28+ba1005c0bf8",
|
|
17
|
+
"@theia/test": "1.75.0-next.28+ba1005c0bf8",
|
|
18
|
+
"@theia/variable-resolver": "1.75.0-next.28+ba1005c0bf8",
|
|
19
|
+
"@theia/workspace": "1.75.0-next.28+ba1005c0bf8",
|
|
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": "ba1005c0bf87bd848c6ec51ce1b4e6bb06748e3c"
|
|
68
68
|
}
|