Skip to content

Commit 511199a

Browse files
authored
Put implicit context back in quick chat (microsoft#232181)
Fix microsoft/vscode-copilot-release#1985
1 parent ebd1bd7 commit 511199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class QuickChat extends Disposable {
221221
ChatWidget,
222222
ChatAgentLocation.Panel,
223223
{ isQuickChat: true },
224-
{ autoScroll: true, renderInputOnTop: true, renderStyle: 'compact', menus: { inputSideToolbar: MenuId.ChatInputSide } },
224+
{ autoScroll: true, renderInputOnTop: true, renderStyle: 'compact', menus: { inputSideToolbar: MenuId.ChatInputSide }, enableImplicitContext: true },
225225
{
226226
listForeground: quickInputForeground,
227227
listBackground: quickInputBackground,

0 commit comments

Comments
 (0)