aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/process.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(process): close check handles (#1995)Mirek Długosz2025-07-281-0/+1
|
* fix(spawn): expand executable paths on Windows before passing to uv_spawn ↵William Boman2025-02-221-1/+1
| | | | | | (#1885) This fixes issues on Windows where uv_spawn fails to locate certain types of executables in PATH.
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-191-38/+88
|
* style: enforce import order (#1092)William Boman2023-03-121-1/+1
| | | | | * chore(workflows): update dependencies * style: enforce import order
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-7/+8
| | | | (#296)
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-4/+4
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+213
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module