aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(ui): better bottom padding if cmdheight=0 (#902)William Boman2023-01-131-1/+1
|
* feat(registry): add drools-lsp (#898)David Ward2023-01-133-0/+34
|
* fix(crystalline): update linux asset name (#901)William Boman2023-01-131-1/+1
| | | CI failed at https://github.com/mason-org/mason-registry/pull/305
* feat(registry): add rustywind (#900)Celso Benedetti2023-01-133-6/+25
|
* chore: update generated code (#899)williambotman[bot]2023-01-131-1/+1
|
* fix: avoid calling API functions inside fast event (#892)William Boman2023-01-122-19/+17
| | | | | | | This won't be a problem once https://github.com/mason-org/mason-registry is integrated because package installations won't independently execute code. Fixes #891.
* fix(lua-language-server): only install Linux assets on GNU systems (#890)William Boman2023-01-121-2/+2
|
* chore: update generated code (#889)williambotman[bot]2023-01-121-1/+1
|
* feat(registry): add unocss-language-server (#888)Tom Mi2023-01-123-1/+13
|
* feat(registry): add glow (#886)Seth Daniel2023-01-123-1/+49
|
* feat(functional): add list.index_by (#882)William Boman2023-01-102-0/+13
|
* chore: update generated code (#881)williambotman[bot]2023-01-103-3/+3
|
* fix(openscad-lsp): fix bin definition (#876)William Boman2023-01-091-1/+1
| | | Closes #875.
* feat(rust-analyzer): use .zip archives on Windows (#873)MordechaiHadad2023-01-091-9/+21
| | | Co-authored-by: William Boman <william@redwill.se>
* chore: update generated code (#874)williambotman[bot]2023-01-091-1/+1
|
* refactor(providers): remove ?include_prerelease query param (#872)William Boman2023-01-095-36/+11
| | | This is no longer supported by mason-registry-api.
* feat(registry): add openscad-lsp (#869)Alexander Berg2023-01-083-0/+15
|
* feat(dprint): add linux_x64 musl target (#862)XDream82023-01-071-0/+1
|
* chore: update generated code (#861)williambotman[bot]2023-01-072-2/+2
|
* fix(solang): llvm13 -> llvm14 (#859)William Boman2023-01-061-5/+5
|
* fix(vala-language-server): use git tag source instead of releases (#856)William Boman2023-01-051-13/+8
| | | | | The release assets are just a .tar.xz archive of the git repo itself. Closes #845.
* fix(spectral-language-server): update homepage (#855)William Boman2023-01-051-1/+1
|
* feat(registry): add ocamlformat (#851)Feiyou Guo2023-01-053-1/+17
|
* fix(package): emit package:uninstall:success registry event (#849)William Boman2023-01-041-0/+1
|
* feat(registry): add has_package() method (#847)William Boman2023-01-041-0/+7
|
* fix(mason-registry): don't pass possible nil value to log (#840)William Boman2023-01-031-1/+1
|
* chore: update generated code (#841)williambotman[bot]2023-01-032-2/+2
|
* chore: update generated code (#837)williambotman[bot]2023-01-021-1/+1
|
* refactor(expr): rename to interpolate (#836)William Boman2023-01-021-14/+14
|
* feat(functional): add split_every and default_to (#835)William Boman2023-01-023-0/+29
|
* fix(ui): do not override existing MasonNormal hl group (#833)Munif Tanjim2023-01-011-1/+1
|
* chore: update generated code (#834)williambotman[bot]2023-01-012-2/+2
|
* feat(dotnet): ignore failed sources (#792)Stone Lasley2022-12-301-0/+1
|
* chore: update generated code (#823)williambotman[bot]2022-12-291-1/+1
|
* feat(registry): add raku-navigator (#791)Humberto Massa2022-12-283-0/+24
|
* fix(r-languageserver): pass missing libuv pipe arg (#820)William Boman2022-12-281-1/+1
| | | Fixes #819.
* fix(powershell): terminate stdin with newline (#818)William Boman2022-12-281-0/+1
| | | | | Powershell doesn't seem to be closing the process after commands finsh executing and stdin is closed, not entirely sure why. This seems to fix the issue.
* fix(libuv): shutdown -> close (#816)William Boman2022-12-282-2/+2
|
* feat(registry): add cueimports (#811)John Allen2022-12-273-1/+13
| | | | `cueimports` is a newish tool for automatically managing imports for the CUE language.
* fix(api/command): instantiate UI before package installation (#810)William Boman2022-12-271-4/+6
| | | | | This fixes situations where the UI would be come desynced should a package installation complete immediately (i.e. in the very same event loop as it was started in).
* refactor: interact with libuv pipes in async context (#808)William Boman2022-12-265-18/+30
| | | Also now properly close pipes (shutdown -> close).
* feat(powershell): set $ErrorActionPreference = "Stop"; (#807)William Boman2022-12-261-11/+15
| | | Also write to stdin pipe asynchronously.
* refactor(installer): write debug log file after installation finishes (#806)William Boman2022-12-261-3/+8
|
* feat(expr): add tbl_interpolate() (#805)William Boman2022-12-261-7/+24
|
* feat(result): add .try() interface (#804)William Boman2022-12-261-0/+32
|
* feat(functional): add strip_{prefix,suffix} (#803)William Boman2022-12-263-2/+37
|
* refactor(installer): introduce PackageInstallOpts class (#802)William Boman2022-12-264-13/+8
|
* refactor(async): error with stack level 0 (#801)William Boman2022-12-261-2/+4
|
* chore: update generated code (#800)williambotman[bot]2022-12-261-1/+1
|
* chore(registry): change ruff-lsp category from linter to lsp (#799)Dawit Abate2022-12-251-1/+1
|