Skip to content

Commit a36b16f

Browse files
author
guqiankun.gqk
committed
chore: 移除默认scm面板
1 parent cc897be commit a36b16f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
{
9999
"publisher": "cloud-ide-ext",
100100
"name": "web-scm",
101-
"version": "0.0.4"
101+
"version": "0.0.6"
102102
},
103103
{
104104
"publisher": "alex-ext-public",

packages/alex/src/core/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const getDefaultLayoutConfig = () => ({
2626
modules: [''],
2727
},
2828
[SlotLocation.left]: {
29-
modules: ['@opensumi/ide-explorer', '@opensumi/ide-search', '@opensumi/ide-scm'],
29+
modules: ['@opensumi/ide-explorer', '@opensumi/ide-search'],
3030
},
3131
[SlotLocation.main]: {
3232
modules: ['@opensumi/ide-editor'],

packages/integrations/src/startup/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ const platformConfig = {
5050
};
5151

5252
const layoutConfig = getDefaultLayoutConfig();
53-
layoutConfig[SlotLocation.left].modules.push('@opensumi/ide-extension-manager');
53+
layoutConfig[SlotLocation.left].modules.push(
54+
'@opensumi/ide-extension-manager',
55+
'@opensumi/ide-scm'
56+
);
5457

5558
let pathParts = location.pathname.split('/').filter(Boolean);
5659

0 commit comments

Comments
 (0)