Skip to content

Commit 3008bf9

Browse files
Copilotalexr00
andauthored
Trim whitespace from issue query strings (#8282)
* Initial plan * Initial plan for trimming query strings Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Add query string trimming to fix trailing whitespace issue Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Fix CI test failure by adding remotes property to mock repository Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 09cab6b commit 3008bf9

3 files changed

Lines changed: 562 additions & 512 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ declare module 'vscode' {
9595
*/
9696
description?: string | MarkdownString;
9797

98+
/**
99+
* An optional badge that provides additional context about the chat session.
100+
*/
101+
badge?: string | MarkdownString;
102+
98103
/**
99104
* An optional status indicating the current state of the session.
100105
*/

0 commit comments

Comments
 (0)