diff --git a/crates/paths/src/paths.rs b/crates/paths/src/paths.rs index a28429f6a7508a00cdee451041698dff5101576b..1cbdd500c5bd6beee5824c8220edafd5a7b55c1b 100644 --- a/crates/paths/src/paths.rs +++ b/crates/paths/src/paths.rs @@ -217,7 +217,7 @@ pub fn copilot_chat_config_path() -> &'static PathBuf { COPILOT_CHAT_CONFIG_DIR.get_or_init(|| { if cfg!(target_os = "windows") { - home_dir().join("AppData") + home_dir().join("AppData").join("Local") } else { home_dir().join(".config") }