Skip to content

Commit 6325b95

Browse files
authored
fixes #238926 (#239067)
1 parent e646f3e commit 6325b95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatController2.ts

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ export class StartSessionAction2 extends EditorAction2 {
248248
id: MenuId.ChatCommandCenter,
249249
group: 'd_inlineChat',
250250
order: 10,
251+
when: CTX_INLINE_CHAT_HAS_AGENT2
251252
}
252253
});
253254
}

0 commit comments

Comments
 (0)