Returns the Roo Code VS Code extension global storage directory.
(home: &Path)
| 19 | |
| 20 | /// Returns the Roo Code VS Code extension global storage directory. |
| 21 | fn roo_ext_dir(home: &Path) -> PathBuf { |
| 22 | super::vscode_data_dir(home).join("User/globalStorage/rooveterinaryinc.roo-cline") |
| 23 | } |
| 24 | |
| 25 | impl AgentIntegration for RooCodeIntegration { |
| 26 | fn name(&self) -> &'static str { |
no test coverage detected