Deleted 'related files' context attachment feature (#290189)

* Deleted 'related files' context attachment feature

* Delete leftover css

* Bump distro
This commit is contained in:
Rob Lourens
2026-01-26 11:26:50 -08:00
committed by GitHub
parent fe460f7248
commit f520d705ae
19 changed files with 9 additions and 570 deletions

View File

@@ -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);