We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7ab52 commit 43b88b1Copy full SHA for 43b88b1
src/vscode-dts/vscode.proposed.chatSessionsProvider.d.ts
@@ -8,6 +8,11 @@ declare module 'vscode' {
8
* Provides a list of information about chat sessions.
9
*/
10
export interface ChatSessionItemProvider {
11
+ /**
12
+ * Label of the extension that registers the provider.
13
+ */
14
+ readonly label: string;
15
+
16
/**
17
* Event that the provider can fire to signal that chat sessions have changed.
18
0 commit comments