Commit Graph

15 Commits

Author SHA1 Message Date
Megan Rogge
c05e0b2311 Cache windows executables (#282265)
fixes #279262
2025-12-10 08:59:55 -08:00
Benjamin Pasero
5e5ba2f2f2 terminal suggest - adopt vscode.fs watcher (#276477)
* terminal suggest - adopt `vscode.fs` watcher

* Update extensions/terminal-suggest/src/env/pathExecutableCache.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* clean it up

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-10 18:01:59 +01:00
Daniel Imms
cda153f038 Merge branch 'tyriar/258512__259342' into tyriar/258512__259342__259339 2025-08-02 09:22:20 -07:00
Daniel Imms
956b5336e3 Fix case with duplicate folders in PATH 2025-08-02 09:21:20 -07:00
Daniel Imms
200c64800f Prevent duplicate getExecutablesInPath calls in parallel
Fixes #259339
2025-08-02 09:03:38 -07:00
Daniel Imms
92467d7a92 Only refresh cached path results for changes dirs
Fixes #259342
2025-08-02 08:52:20 -07:00
Daniel Imms
264d466bd0 Resolve path entries in parallel 2025-08-02 06:58:27 -07:00
Megan Rogge
1ee09e98f0 support showing symlimk details in terminal suggest (#251296) 2025-06-13 17:36:29 +00:00
Megan Rogge
f67bdfd6f6 fix git bash suggestions (#248556)
fix #245843
2025-05-09 22:57:23 +02:00
Megan Rogge
cce23e3aaa on bin change, update terminal suggest path executable cache (#244310) 2025-03-24 21:19:03 +00:00
Megan Rogge
2b94f42121 align the look of paths for executables/specs in terminal completions (#244298)
fix #242191
2025-03-21 14:00:33 -07:00
Daniel Imms
53790287ce Improve names on PathExecutableCache 2025-02-02 04:27:47 -08:00
Daniel Imms
af8504c3ac Add test to prevent future simple cache breakages 2025-02-01 06:04:08 -08:00
Daniel Imms
9131925b74 Move path exe logic into class 2025-02-01 05:56:14 -08:00
Daniel Imms
7a9f62939d Move path exe logic into own file 2025-02-01 05:45:21 -08:00