Start hooking up using uri for opening custom chat sessions

This commit is contained in:
Matt Bierner
2025-07-23 13:43:27 -07:00
parent 150b089034
commit 94083de0be
9 changed files with 182 additions and 122 deletions

View File

@@ -952,6 +952,10 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
checkProposedApiEnabled(extension, 'chatStatusItem');
return extHostChatStatus.createChatStatusItem(extension, id);
},
showChatSession: (chatSessionType: string, sessionId: string, options?: vscode.ChatSessionShowOptions) => {
checkProposedApiEnabled(extension, 'chatSessionsProvider');
return extHostChatSessions.showChatSession(extension, chatSessionType, sessionId, options);
},
};
// namespace: workspace