Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Support partial results in the LSP implementation #257

Open LPeter1997 opened 1 year ago

LPeter1997 commented 1 year ago

LSP provides the ability to return partial results, but we don't support it yet. We could use something like IAsyncEnumerable to do so.