zed/crates/paths
Ramkumar 04065d9a6a
Fix GitHub Copilot chat authentication on Windows (#15587)
This PR fixes Copilot chat authentication on Windows. GitHub Copilot
chat in assistant panel uses auth token file generated by [copilot
language server](https://github.com/zed-industries/copilot). The path to
authentication token file is platform dependent. On Windows, it happens
to be `~\AppData\Local\github-copilot\hosts.json`.

Release Notes:

- Fixed Copilot chat sign in issue on Windows ([#4673](https://github.com/zed-industries/zed/issues/4673))
2024-08-01 14:06:13 +03:00
..
src Fix GitHub Copilot chat authentication on Windows (#15587) 2024-08-01 14:06:13 +03:00
Cargo.toml paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
LICENSE-GPL Extract paths out of util (#13182) 2024-06-17 19:27:42 -04:00