| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 1 | -216/+0 |
| | | | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module | ||||
| * | mason.nvim | William Boman | 2022-07-07 | 1 | -5/+5 |
| | | |||||
| * | fix(spawn): don't check executable when spawning with custom PATH (#721) | William Boman | 2022-05-26 | 1 | -1/+28 |
| | | |||||
| * | tests(spawn): fix bad test name and add missing case | William Boman | 2022-05-17 | 1 | -1/+14 |
| | | |||||
| * | fix(spawn): avoid spawning commands that aren't on PATH (#706) | William Boman | 2022-05-17 | 1 | -1/+13 |
| | | | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess. | ||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -1/+1 |
| | | |||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 1 | -8/+7 |
| | | |||||
| * | tests: capture and assert process.spawn() arguments | William Boman | 2022-04-18 | 1 | -0/+17 |
| | | |||||
| * | fix(spawn): recursively parse arglist (#610) | William Boman | 2022-04-18 | 1 | -0/+1 |
| | | |||||
| * | fix(spawn): fix Failure.tostring when unable to retrieve uv_handle | William Boman | 2022-04-11 | 1 | -0/+31 |
| | | |||||
| * | fix(r_language_server): run install script via stdin (#578) | William Boman | 2022-04-06 | 1 | -0/+37 |
| | | | | Fixes #568. | ||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 1 | -0/+79 |
