| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(r-languageserver): pass missing libuv pipe arg (#820) | William Boman | 2022-12-28 | 1 | -1/+1 | |
| | | | | Fixes #819. | |||||
| * | fix(powershell): terminate stdin with newline (#818) | William Boman | 2022-12-28 | 1 | -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 Boman | 2022-12-28 | 2 | -2/+2 | |
| | | ||||||
| * | feat(registry): add cueimports (#811) | John Allen | 2022-12-27 | 3 | -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 Boman | 2022-12-27 | 1 | -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 Boman | 2022-12-26 | 5 | -18/+30 | |
| | | | | Also now properly close pipes (shutdown -> close). | |||||
| * | feat(powershell): set $ErrorActionPreference = "Stop"; (#807) | William Boman | 2022-12-26 | 1 | -11/+15 | |
| | | | | Also write to stdin pipe asynchronously. | |||||
| * | refactor(installer): write debug log file after installation finishes (#806) | William Boman | 2022-12-26 | 1 | -3/+8 | |
| | | ||||||
| * | feat(expr): add tbl_interpolate() (#805) | William Boman | 2022-12-26 | 1 | -7/+24 | |
| | | ||||||
| * | feat(result): add .try() interface (#804) | William Boman | 2022-12-26 | 1 | -0/+32 | |
| | | ||||||
| * | feat(functional): add strip_{prefix,suffix} (#803) | William Boman | 2022-12-26 | 3 | -2/+37 | |
| | | ||||||
| * | refactor(installer): introduce PackageInstallOpts class (#802) | William Boman | 2022-12-26 | 4 | -13/+8 | |
| | | ||||||
| * | refactor(async): error with stack level 0 (#801) | William Boman | 2022-12-26 | 1 | -2/+4 | |
| | | ||||||
| * | chore: update generated code (#800) | williambotman[bot] | 2022-12-26 | 1 | -1/+1 | |
| | | ||||||
| * | chore(registry): change ruff-lsp category from linter to lsp (#799) | Dawit Abate | 2022-12-25 | 1 | -1/+1 | |
| | | ||||||
| * | feat(registry): add jq-lsp (#793) | David McDonald | 2022-12-25 | 3 | -0/+17 | |
| | | ||||||
| * | chore: update generated code (#796) | williambotman[bot] | 2022-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | feat(registry): add smithy-language-server (#795) | Nick Rodgers | 2022-12-24 | 4 | -0/+46 | |
| | | ||||||
| * | chore: update generated code (#788) | williambotman[bot] | 2022-12-22 | 3 | -3/+3 | |
| | | ||||||
| * | feat(registry): add ruff-lsp (#786) | Forrest Williams | 2022-12-21 | 3 | -1/+13 | |
| | | ||||||
| * | Revert "fix(spawn): always expand cmd if PATH is not modified (#773)" (#783) | William Boman | 2022-12-21 | 1 | -19/+21 | |
| | | | | This reverts commit dd04b4105e84620685c37efb6ca935d282e11465. | |||||
| * | fix(powershell): use pwsh if available (#782) | William Boman | 2022-12-21 | 2 | -4/+14 | |
| | | ||||||
| * | fix(spawn): always expand cmd if PATH is not modified (#773) | William Boman | 2022-12-20 | 1 | -21/+19 | |
| | | | | | | fix(spawn): always expand cmd on Windows Closes #720. | |||||
| * | chore: update generated code (#780) | williambotman[bot] | 2022-12-20 | 1 | -1/+1 | |
| | | ||||||
| * | feat(expr): use same context for value & filter evaluation (#778) | William Boman | 2022-12-20 | 1 | -4/+34 | |
| | | ||||||
| * | feat(functional): add trim_start and assoc (#779) | William Boman | 2022-12-20 | 4 | -6/+34 | |
| | | ||||||
| * | feat: add expr module (#775) | William Boman | 2022-12-20 | 2 | -0/+53 | |
| | | | | | | This is (soon) to be used when installing package definitions from https://github.com/mason-org/mason-registry/. See for example: https://github.com/mason-org/mason-registry/blob/7df69dd2a73efc3a08520552ca64597d1db5f4fb/packages/go-debug-adapter/package.yaml#L16 | |||||
| * | feat(registry): add nil (#774) | s1341 | 2022-12-19 | 3 | -1/+19 | |
| | | ||||||
| * | feat(functional): add list.reduce (#772) | William Boman | 2022-12-19 | 2 | -0/+13 | |
| | | ||||||
| * | fix(functional): spread function args in _.apply (#770) | William Boman | 2022-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "chore: use pwsh instead of powershell (#706)" (#769) | William Boman | 2022-12-19 | 2 | -12/+4 | |
| | | | | This reverts commit e64dffb84e84e67836a05707a95b1d81fe698481. | |||||
| * | chore: update generated code (#768) | williambotman[bot] | 2022-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#767) | williambotman[bot] | 2022-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#766) | williambotman[bot] | 2022-12-17 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#762) | williambotman[bot] | 2022-12-15 | 2 | -2/+2 | |
| | | ||||||
| * | chore: update generated code (#758) | williambotman[bot] | 2022-12-12 | 2 | -2/+2 | |
| | | ||||||
| * | feat(registry): add semgrep (#757) | Jay Patel | 2022-12-12 | 3 | -9/+33 | |
| | | ||||||
| * | feat(registry): add fourmolu (#752) | shurizzle | 2022-12-12 | 3 | -1/+34 | |
| | | ||||||
| * | feat: add kotlin-debug-adapter package (#749) | Chris Werner Rau | 2022-12-12 | 3 | -1/+32 | |
| | | ||||||
| * | feat: add purl parser (#756) | William Boman | 2022-12-10 | 1 | -0/+283 | |
| | | ||||||
| * | feat(functional): add some more functions (#755) | William Boman | 2022-12-10 | 5 | -0/+104 | |
| | | ||||||
| * | chore: update generated code (#754) | williambotman[bot] | 2022-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update generated code (#746) | williambotman[bot] | 2022-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(installer): rename run_installer to exec_in_context (#744) | William Boman | 2022-12-08 | 1 | -6/+7 | |
| | | ||||||
| * | feat(platform): accept darwin (#743) | William Boman | 2022-12-08 | 2 | -6/+8 | |
| | | | | | | Mac systems are generally referred to as the Darwin OS. For all intents and purposes, "mac" and "darwin" can be used interchangeably (although darwin will be preferred going forward). | |||||
| * | feat(functional): add more functions (#741) | William Boman | 2022-12-08 | 6 | -0/+87 | |
| | | ||||||
| * | feat(registry): add neocmakelsp (#739) | Micah Halter | 2022-12-07 | 3 | -1/+13 | |
| | | ||||||
| * | fix(ui): set severity min & max for namespaced diagnostic config (#738) | William Boman | 2022-12-07 | 1 | -1/+4 | |
| | | | | | | | Simply setting it to true won't override sub-items such as a user's severity config. Some users may for example have set the `virtual_text` severity to only show ERRORs, causing Mason's INFO diagnostics to not be displayed. | |||||
| * | feat(registry): add dart-debug-adapter (#733) | Svetlozar Iliev | 2022-12-07 | 3 | -0/+29 | |
| | | ||||||
| * | fix(package): don't call vim API functions inside fast event (#730) | William Boman | 2022-12-05 | 3 | -26/+13 | |
| | | ||||||
