mirror of
https://github.com/cline/cline.git
synced 2026-09-13 18:10:14 +08:00
* Move the generated files for the host bridge into the 'src/generated' directory Move the generated index.ts and methods.ts files for the host bridge into the 'src/generated' directory I'm doing this because when all the generated files are one in location its a) easier to see from the import statement that the code is generated, b) it's easier to change the package(s) of the generated files, and c) easier to reset/clean the build state. * Update import path * Move the hostbridge handlers in the a hostbridge packge. Move the hostbridge handlers out of the top level of the vscode package into their own subpackage. I have to move all the vscode specific code into the `hosts/vscode` package, and I want the hostbridge handlers to be grouped together, not mixed in with things like the VscodeDiffViewProvider, VscodeWebviewProvider etc.