aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/spawn.lua
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fix(spawn): always expand cmd if PATH is not modified (#773)" (#783)William Boman2022-12-211-19/+21
| | | This reverts commit dd04b4105e84620685c37efb6ca935d282e11465.
* fix(spawn): always expand cmd if PATH is not modified (#773)William Boman2022-12-201-21/+19
| | | | | fix(spawn): always expand cmd on Windows Closes #720.
* 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
| | | | (#296)
* 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
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module