aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/log.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(log): dont print to console when headless by default (#1193)William Boman2023-04-081-2/+1
| | | Set MASON_VERBOSE_LOGS=1 to print logs (note, these are still always written to :MasonLog).
* style: enforce import order (#1092)William Boman2023-03-121-1/+1
| | | | | * chore(workflows): update dependencies * style: enforce import order
* fix(log): use "log" stdpath (#516)William Boman2022-10-061-1/+1
| | | Closes #430.
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-0/+1
| | | | (#296)
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+174
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module