razzmatazz / csharp-language-server

Roslyn-based LSP language server for C#
MIT License
530 stars 34 forks source link

Adding support for progress #125

Open rudiejd opened 7 months ago

rudiejd commented 7 months ago

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?

razzmatazz commented 1 month ago

@tcx4c70 has added support for this in https://github.com/razzmatazz/csharp-language-server/commit/7fe7295d9b60a7062c498ba8d45da3fd15e37bae (for loading projects/solutions)