Skip to content
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

Add prerequisite check for running OmniSharp. #5397

Merged
merged 2 commits into from
Oct 10, 2022
Merged

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich commented Oct 8, 2022

Add actionable prompts when .NET SDK or Mono is missing but required for O#.

@@ -20,8 +20,8 @@ export async function getDotnetInfo(dotNetCliPaths: string[]): Promise<DotnetInf
return _dotnetInfo;
}

let dotnetExeName = CoreClrDebugUtil.getPlatformExeExtension();
let dotnetExecutablePath = undefined;
let dotnetExeName = join('dotnet', CoreClrDebugUtil.getPlatformExeExtension());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is currently broken in main.

@@ -231,7 +231,8 @@
"darwin"
],
"architectures": [
"x86_64"
"x86_64",
"arm64"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow x64 Mono build of O# to install on Apple Silicon.

Co-authored-by: Fred Silberberg <frsilb@microsoft.com>
@JoeRobich JoeRobich merged commit ef7d6cc into master Oct 10, 2022
@333fred 333fred deleted the add-prerequisite-check branch October 10, 2022 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants