mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Remove 'session' from transfer API (#209204)
This commit is contained in:
@@ -1405,9 +1405,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'interactive');
|
||||
return extHostChat.registerChatProvider(extension, id, provider);
|
||||
},
|
||||
transferChatSession(session: vscode.InteractiveSession, toWorkspace: vscode.Uri) {
|
||||
transferActiveChat(toWorkspace: vscode.Uri) {
|
||||
checkProposedApiEnabled(extension, 'interactive');
|
||||
return extHostChat.transferChatSession(session, toWorkspace);
|
||||
return extHostChat.transferActiveChat(toWorkspace);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user