Skip to content

Commit 667d462

Browse files
authored
Restore missing chat clear commands (microsoft#183651)
1 parent eef30e7 commit 667d462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import { IEditorResolverService, RegisteredEditorPriority } from 'vs/workbench/s
3636
import { LifecyclePhase } from 'vs/workbench/services/lifecycle/common/lifecycle';
3737
import '../common/chatColors';
3838
import { registerMoveActions } from 'vs/workbench/contrib/chat/browser/actions/chatMoveActions';
39+
import { registerClearActions } from 'vs/workbench/contrib/chat/browser/actions/chatClearActions';
3940

4041
// Register configuration
4142
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);
@@ -130,6 +131,7 @@ registerChatExecuteActions();
130131
registerChatQuickQuestionActions();
131132
registerChatExportActions();
132133
registerMoveActions();
134+
registerClearActions();
133135

134136
registerSingleton(IChatService, ChatService, InstantiationType.Delayed);
135137
registerSingleton(IChatContributionService, ChatContributionService, InstantiationType.Delayed);

0 commit comments

Comments
 (0)