Skip to content

Commit 43b88b1

Browse files
committed
Adding label
1 parent 1d7ab52 commit 43b88b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vscode-dts/vscode.proposed.chatSessionsProvider.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ declare module 'vscode' {
88
* Provides a list of information about chat sessions.
99
*/
1010
export interface ChatSessionItemProvider {
11+
/**
12+
* Label of the extension that registers the provider.
13+
*/
14+
readonly label: string;
15+
1116
/**
1217
* Event that the provider can fire to signal that chat sessions have changed.
1318
*/

0 commit comments

Comments
 (0)