mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
Add a manager class to hold all the instances of the clients. They need to be reused, unlike the vscode clients which are just static method calls. Move the generated file src/standalone/server-setup.ts into src/generated/ directory. Add the host bridge address env var to the vscode launch.json In build-proto.js: path.join will normalize slashes in file paths, so use path.join(x, "a/b/c") instead of path.join(x, "a", "b", "c").