Adopt api versioning on chat participant addition (#292318)

This commit is contained in:
Logan Ramos
2026-02-02 09:50:03 -05:00
committed by GitHub
parent c2fd04dcb4
commit c733d2c421
2 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ const _allApiProposals = {
},
chatParticipantAdditions: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.chatParticipantAdditions.d.ts',
version: 1
},
chatParticipantPrivate: {
proposal: 'https://raw.githubusercontent.com/microsoft/vscode/main/src/vscode-dts/vscode.proposed.chatParticipantPrivate.d.ts',

View File

@@ -3,6 +3,8 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// version: 1
declare module 'vscode' {
export interface ChatParticipant {