mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Deleted 'related files' context attachment feature (#290189)
* Deleted 'related files' context attachment feature * Delete leftover css * Bump distro
This commit is contained in:
@@ -1530,10 +1530,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'chatParticipantPrivate');
|
||||
return extHostChatAgents2.registerChatParticipantDetectionProvider(extension, provider);
|
||||
},
|
||||
registerRelatedFilesProvider(provider: vscode.ChatRelatedFilesProvider, metadata: vscode.ChatRelatedFilesProviderMetadata) {
|
||||
checkProposedApiEnabled(extension, 'chatEditing');
|
||||
return extHostChatAgents2.registerRelatedFilesProvider(extension, provider, metadata);
|
||||
},
|
||||
onDidDisposeChatSession: (listeners, thisArgs?, disposables?) => {
|
||||
checkProposedApiEnabled(extension, 'chatParticipantPrivate');
|
||||
return _asExtensionEvent(extHostChatAgents2.onDidDisposeChatSession)(listeners, thisArgs, disposables);
|
||||
|
||||
Reference in New Issue
Block a user