Returns the GitHub Copilot CLI config directory.
(home: &Path)
| 1210 | |
| 1211 | /// Returns the GitHub Copilot CLI config directory. |
| 1212 | pub fn copilot_cli_dir(home: &Path) -> PathBuf { |
| 1213 | home.join(".copilot") |
| 1214 | } |
| 1215 | |
| 1216 | /// Returns the Kiro IDE user data directory (VS Code-style layout). |
| 1217 | pub fn kiro_data_dir(home: &Path) -> PathBuf { |
no outgoing calls