Skip to content

Commit 20e7708

Browse files
authored
Add chat history command to command palette (microsoft#208347)
Fix microsoft/vscode-copilot-release#1008
1 parent adfa191 commit 20e7708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const getHistoryChatActionDescriptorForViewTitle = (viewId: string, providerId:
295295
},
296296
category: CHAT_CATEGORY,
297297
icon: Codicon.history,
298-
f1: false,
298+
f1: true,
299299
precondition: CONTEXT_PROVIDER_EXISTS
300300
});
301301

0 commit comments

Comments
 (0)