csharp-language-server
csharp-language-server copied to clipboard
Adding support for progress
I was looking into implementing progress, but I haven't gotten really far. Specifically, it seems difficult to extract information from Roslyn when we're building the solution and/or the project. Any ideas here? Would we want to parse the MSBuild output from stdout?
@tcx4c70 has added support for this in https://github.com/razzmatazz/csharp-language-server/commit/7fe7295d9b60a7062c498ba8d45da3fd15e37bae (for loading projects/solutions)