mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Adopt api versioning on chat participant addition (#292318)
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user