This commit is contained in:
Simon Knott
2025-08-12 10:22:05 +02:00
parent 9d17572403
commit f8a61de332

View File

@@ -90,6 +90,7 @@ program
const factories: ClientFactoryList = [
new InProcessClientFactory(browserContextFactory, config),
createExtensionClientFactory(config),
// TODO: enable vscode client factory without --connect-tool, just based on client name
createVSCodeClientFactory(config),
];
serverBackendFactory = () => new ProxyBackend(factories);