@opensumi/ide-testing 3.9.1-next-1748425167.0 → 3.9.1-next-1748425792.0

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.
@@ -51,7 +51,7 @@ let TestServiceImpl = class TestServiceImpl extends ide_core_browser_1.Disposabl
51
51
  containerId: "workbench.view.testing" /* Testing.ExplorerViewId */,
52
52
  component: testing_view_2.TestingView,
53
53
  activateKeyBinding: 'ctrlcmd+shift+t',
54
- }, ide_core_browser_1.SlotLocation.view);
54
+ }, ide_core_browser_1.SlotLocation.left);
55
55
  }
56
56
  registerTestController(id, testController) {
57
57
  this.controllers.set(id, testController);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensumi/ide-testing",
3
- "version": "3.9.1-next-1748425167.0",
3
+ "version": "3.9.1-next-1748425792.0",
4
4
  "files": [
5
5
  "lib",
6
6
  "src"
@@ -15,20 +15,20 @@
15
15
  "url": "git@github.com:opensumi/core.git"
16
16
  },
17
17
  "dependencies": {
18
- "@opensumi/ide-core-common": "3.9.1-next-1748425167.0",
19
- "@opensumi/ide-theme": "3.9.1-next-1748425167.0",
18
+ "@opensumi/ide-core-common": "3.9.1-next-1748425792.0",
19
+ "@opensumi/ide-theme": "3.9.1-next-1748425792.0",
20
20
  "react-virtualized-auto-sizer": "^1.0.2"
21
21
  },
22
22
  "devDependencies": {
23
- "@opensumi/ide-components": "3.9.1-next-1748425167.0",
24
- "@opensumi/ide-core-browser": "3.9.1-next-1748425167.0",
25
- "@opensumi/ide-dev-tool": "3.9.1-next-1748425167.0",
26
- "@opensumi/ide-editor": "3.9.1-next-1748425167.0",
27
- "@opensumi/ide-file-service": "3.9.1-next-1748425167.0",
28
- "@opensumi/ide-main-layout": "3.9.1-next-1748425167.0",
29
- "@opensumi/ide-markdown": "3.9.1-next-1748425167.0",
30
- "@opensumi/ide-monaco": "3.9.1-next-1748425167.0",
31
- "@opensumi/ide-monaco-enhance": "3.9.1-next-1748425167.0"
23
+ "@opensumi/ide-components": "3.9.1-next-1748425792.0",
24
+ "@opensumi/ide-core-browser": "3.9.1-next-1748425792.0",
25
+ "@opensumi/ide-dev-tool": "3.9.1-next-1748425792.0",
26
+ "@opensumi/ide-editor": "3.9.1-next-1748425792.0",
27
+ "@opensumi/ide-file-service": "3.9.1-next-1748425792.0",
28
+ "@opensumi/ide-main-layout": "3.9.1-next-1748425792.0",
29
+ "@opensumi/ide-markdown": "3.9.1-next-1748425792.0",
30
+ "@opensumi/ide-monaco": "3.9.1-next-1748425792.0",
31
+ "@opensumi/ide-monaco-enhance": "3.9.1-next-1748425792.0"
32
32
  },
33
- "gitHead": "0e3e46b4854eff92ec24b8650e9f060ad3e5f794"
33
+ "gitHead": "0e655f74e699a47a29624a1bb3afed069d6d9366"
34
34
  }
@@ -81,7 +81,7 @@ export class TestServiceImpl extends Disposable implements ITestService {
81
81
  component: TestingView,
82
82
  activateKeyBinding: 'ctrlcmd+shift+t',
83
83
  },
84
- SlotLocation.view,
84
+ SlotLocation.left,
85
85
  );
86
86
  }
87
87