aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/async.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: handle exit code on async run command (#2896)meredith2023-11-151-3/+15
| | | | | jobid -1 is returned when the command can't start at all, there shouldn't be any stderr either. normally you could get further detail "errno" style, but i don't see that this is exposed by the job api.
* refactor: move async_run_command()Lewis Russell2023-08-221-0/+36
|
* refactor: move manager to separate moduleLewis Russell2023-08-221-0/+22
- Move manager logic to own module - Move async logic to own module - Improve type annotations