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
Active Version Runtime Architecture OperatingSystem Alias
------ ------- ------- ------------ --------------- -----
1.0.0-rc1-update1 clr x64 win clr
* 1.0.0-rc1-update1 coreclr x64 win coreclr, default
When I start VS Code I see this in the Omnisharp log:
[INFORMATION:OmniSharp.Dnx.DnxPaths] Looking for sdk version in 'c:\Users\blabla\Development\oslo-group\global.json'.
[ERROR:OmniSharp.Dnx.DnxPaths] The specified runtime path '1.0.0-rc1-update1' does not exist. Searched locations C:\Users\blabla\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1
C:\Users\blabla\.dnx\runtimes\kre-clr-win-x86.1.0.0-rc1-update1
Apparently it searches for runtime clr and x86, which of course is not installed on my system.
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
I have a variation of #126. I'm running VSCode 0.10.6 on Win 7 x64. My
global.json
:and
dnvm list
showsWhen I start VS Code I see this in the Omnisharp log:
Apparently it searches for runtime
clr
andx86
, which of course is not installed on my system.Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: