Skip to content

Commit 443598f

Browse files
committed
chore: 删除已支持的 command
1 parent 69029b4 commit 443598f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/integrations/src/startup/startup.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export class AlexAppContribution extends Disposable implements CommandContributi
2828
// codeswing 依赖
2929
// FIXME: 框架侧支持
3030
...[
31-
'workbench.action.closePanel',
32-
'workbench.action.closeSidebar',
3331
'vscode.setEditorLayout',
3432
].map((id) => commands.registerCommand({ id }, { execute: () => {} })),
3533
commands.registerCommand(

0 commit comments

Comments
 (0)