rsdn / nitra

Nitra is a language workbench
Apache License 2.0
145 stars 11 forks source link

[VS Plugin] Visual Studio freezes when synchronous request produces an exception #45

Open ssrmm opened 7 years ago

ssrmm commented 7 years ago

Synchronous requests should either return a response that indicates that the operation was not successful or be made asynchronous. Currently the calling thread is seemingly just blocked indefinitely and VS freezes.

The specific error in this example was produced by opening a sub-hint in a Nemerle project and is fixed by #44.

demo