@theia/debug 1.74.0-next.5 → 1.74.0-next.53

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