copilot: Fix config dir logic to support Flatpak environments (#32901)
Closes #30784 In github copilot we were not handling the config path correctly for FLATPAK. * Only tested on mac don't have access to other platform. But this should work on other platform as well. It follows the similar pattern seen in zed config path resolution. - [x] Macos - [ ] Linux - [ ] Linux with Flatpak - [ ] Windows Release Notes: - Fix copilot config detection for flatpack
This commit is contained in:
parent
ec0f2fa79a
commit
e914d84f00
3 changed files with 10 additions and 5 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3346,6 +3346,7 @@ dependencies = [
|
|||
"collections",
|
||||
"command_palette_hooks",
|
||||
"ctor",
|
||||
"dirs 4.0.0",
|
||||
"editor",
|
||||
"fs",
|
||||
"futures 0.3.31",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue