Add chat history command to command palette (#208347)

Fix microsoft/vscode-copilot-release#1008
This commit is contained in:
Rob Lourens 2024-03-21 20:53:45 -03:00 committed by GitHub
parent adfa191fec
commit 20e7708c9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -295,7 +295,7 @@ const getHistoryChatActionDescriptorForViewTitle = (viewId: string, providerId:
},
category: CHAT_CATEGORY,
icon: Codicon.history,
f1: false,
f1: true,
precondition: CONTEXT_PROVIDER_EXISTS
});