Skip to content

Commit eae2e78

Browse files
Copilotalexr00
andcommitted
Initial plan for hiding Change template button when <=1 template
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 03c8923 commit eae2e78

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/@types/vscode.proposed.chatSessionsProvider.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,14 @@ declare module 'vscode' {
241241
*/
242242
readonly onDidChangeChatSessionOptions?: Event<ChatSessionOptionChangeEvent>;
243243

244+
/**
245+
* Event that the provider can fire to signal that the available provider options have changed.
246+
*
247+
* When fired, the editor will re-query {@link ChatSessionContentProvider.provideChatSessionProviderOptions}
248+
* and update the UI to reflect the new option groups.
249+
*/
250+
readonly onDidChangeChatSessionProviderOptions?: Event<void>;
251+
244252
/**
245253
* Provides the chat session content for a given uri.
246254
*

0 commit comments

Comments
 (0)