We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69029b4 commit 443598fCopy full SHA for 443598f
1 file changed
packages/integrations/src/startup/startup.module.ts
@@ -28,8 +28,6 @@ export class AlexAppContribution extends Disposable implements CommandContributi
28
// codeswing 依赖
29
// FIXME: 框架侧支持
30
...[
31
- 'workbench.action.closePanel',
32
- 'workbench.action.closeSidebar',
33
'vscode.setEditorLayout',
34
].map((id) => commands.registerCommand({ id }, { execute: () => {} })),
35
commands.registerCommand(
0 commit comments