mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* Replace vscode.workspace.getWorkspaceFolder() with the host bridge Use the hostbridge getWorkspacePaths() and use the result to check for the workspaceFolder of the current file open in the IDE. * Organize imports * Update isLocatedInWorkspace() to check all the workspace directories, not just the first. Add utility function to check if a path is inside a directory instead of duplicating the logic. * Remove stubs for workspaceFolders that are not needed anymore.