Skip to content

Commit 38b623f

Browse files
committed
Show chat action should work before chat extension is activated
but view is still registered
1 parent 3b3e8c2 commit 38b623f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatActions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class OpenChatGlobalAction extends Action2 {
6060
super({
6161
id: CHAT_OPEN_ACTION_ID,
6262
title: localize2('openChat', "Open Chat"),
63-
precondition: CONTEXT_CHAT_ENABLED,
6463
icon: Codicon.commentDiscussion,
6564
f1: false,
6665
category: CHAT_CATEGORY,

0 commit comments

Comments
 (0)