-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
omnisharp looks for default alias runtime #415
Comments
The default runtime is used by omnisharp itself. Any runtime can be used by your code. |
Odd, I thought we booted off of our own runtime (the one packaged with the server) or is this some other runtime? |
I installed dnvm as per instructions. No default was set. It will be helpful for other newbies to add an instruction to setup a default alias |
@nosami shouldn't the sdk.runtime override this?
Wonder if we can update omnisharp-roslyn to try the first remaining framework if it can't find the default alias? |
The default alias is the one used to power omnisharp itself, not the On Sat, Jul 11, 2015 at 9:13 PM, David Driscoll notifications@github.com
|
Okay cool. There is a configuration for it, we just need to expose that. On Sat, Jul 11, 2015 at 6:06 PM, Jason Imison notifications@github.com
|
Installed Atom from site.
Installed omnisharp-atom from package install in atom
(apt works find, no need for choco install)
ran powershell script from asp.net/home
dnvm install 1.0.0-beta
dnvm alias 1.0.0-beta4 default
roslyn global.json had 1.0.0-beta4 specified, but still omnisharp-atom looks for default
the persistent switch on 'dnvm use' didn't work
This was on windows 8, yeah probably use vs2015 but this is interesting anyhow.
So perhaps this could be in the docs for other folks.
The text was updated successfully, but these errors were encountered: