mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Keep Copilot Chat compatibility for one more build (#212460)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user