Keep Copilot Chat compatibility for one more build (#212460)

This commit is contained in:
Rob Lourens
2024-05-10 11:11:48 -07:00
committed by GitHub
parent e0cc334d69
commit 3aaf39db08
2 changed files with 4 additions and 0 deletions

View File

@@ -1377,6 +1377,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
// namespace: interactive
const interactive: typeof vscode.interactive = {
// TODO Can be deleted after another Insiders
_version: 1,
transferActiveChat(toWorkspace: vscode.Uri) {
checkProposedApiEnabled(extension, 'interactive');
return extHostChatAgents2.transferActiveChat(toWorkspace);