Custom agent provider cleanups (#280391)

This commit is contained in:
Paul
2025-12-01 11:44:17 -08:00
committed by GitHub
parent 85e3a2713c
commit 8edd662c60
6 changed files with 105 additions and 38 deletions

View File

@@ -1947,7 +1947,6 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
McpStdioServerDefinition2: extHostTypes.McpStdioServerDefinition,
McpToolAvailability: extHostTypes.McpToolAvailability,
SettingsSearchResultKind: extHostTypes.SettingsSearchResultKind,
CustomAgentTarget: extHostTypes.CustomAgentTarget,
};
};
}