VSCode has an "Output Panel" that ElixirLS displays certain logs and errors that happen with the language server.
I'd like to have a buffer you can pop open in a float or in a split that shows the same information.
TODO
figure out how VSCode gets the info from the language server.
figure out what info VSCode is getting from the language server.
Acceptance Criteria
[x] A buffer is populated with formatted errors. This should not be an append only log, it should be a nicely formatted list of errors or whatever VSCode would show
Description
VSCode has an "Output Panel" that ElixirLS displays certain logs and errors that happen with the language server.
I'd like to have a buffer you can pop open in a float or in a split that shows the same information.
TODO
Acceptance Criteria