mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* Add a host-provider that will provide access to all host specific things. Right now it only has the host bridge clients, I will add a host specific web view provider in a second PR. Check if the host provider has been set up properly when accessing the host bridge clients. * Fix imports. Don't generate hosts/vscode/client/host-grpc-client.ts, the code to generate this file is larger than the file; there will never be a large number of services in the host bridge. * Fix imports