You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to open any solution in Linux (arch) or Windows 10. After enabling "developer mode" in omnisharp-atom settings, I can see this error in the console:
Found the cause for the error: the cache function was removed from rxjs (ReactiveX/rxjs#2012). The easiest solution is just removing the call to cache().
Since it also affects omnisharp-node-client, I will submit a pull request there first and after it's fixed there I can fix it here.
igorrafael
added a commit
to igorrafael/omnisharp-node-client
that referenced
this issue
Oct 29, 2016
This method was removed from RxJS-5.0.0 release (ReactiveX/rxjs#2012).
Maybe some caching alternative could be implemented later.
For now, it needs to be removed to make the library usable again
(OmniSharp/omnisharp-atom#880).
I am not able to open any solution in Linux (arch) or Windows 10. After enabling "developer mode" in omnisharp-atom settings, I can see this error in the console:
I am using atom 1.10.2 and omnisharp-atom 0.30.7 installed via the package manager.
edit: omnisharp-atom version
The text was updated successfully, but these errors were encountered: