aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/fetch.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(fetch): set proper iwr header on Windows, reorder tool priority (#531)William Boman2022-10-091-75/+76
| | | | Old priority: platform specific > wget > curl New priority: curl > wget > platform specific
* feat: more competent platform detection (#436)William Boman2022-09-171-1/+1
|
* fix(fetch): use /dev/null logfile for wget (#345)William Boman2022-08-271-0/+2
| | | Closes #332.
* fix(fetch): use correct header syntax for wget (#307)William Boman2022-08-171-1/+1
|
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-4/+4
| | | | (#296)
* fix(jdtls): download milestone versions instead of snapshots (#87)William Boman2022-07-171-0/+1
|
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-1/+1
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+124
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module