aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/spawn.lua
Commit message (Expand)AuthorAgeFilesLines
* fix(spawn): always expand executable path on Windows (#2021)William Boman2025-09-301-6/+19
* fix(spawn): fix locating exepath on Windows systems using a Unix `'shell'` (#...William Boman2025-07-251-1/+16
* fix(spawn): fix calling vim.fn when inside fast event loop on Windows (#1950)William Boman2025-05-151-0/+1
* fix(spawn): expand executable paths on Windows before passing to uv_spawn (#1...William Boman2025-02-221-24/+13
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-191-13/+24
* fix: fix usage of deprecated Neovim APIs (#1703)William Boman2024-05-111-1/+3
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-021-3/+1
* style: enforce import order (#1092)William Boman2023-03-121-4/+4
* Revert "fix(spawn): always expand cmd if PATH is not modified (#773)" (#783)William Boman2022-12-211-19/+21
* fix(spawn): always expand cmd if PATH is not modified (#773)William Boman2022-12-201-21/+19
* feat: add provider interface (#601)William Boman2022-10-301-1/+1
* feat: more competent platform detection (#436)William Boman2022-09-171-6/+6
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax (...William Boman2022-08-151-7/+7
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-7/+7
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+112