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

Update to support new OmniSharp release #139

Merged
merged 5 commits into from
Apr 5, 2016

Conversation

DustinCampbell
Copy link
Member

This change updates the C# extension to the latest v1.9-alpha10 release of OmniSharp. In addition, I have removed the DNX restore and execute commands, and updated the dotnet restore command.

cc @gregg-miskelly, @chuckries, @Pilchie

@@ -45,8 +45,6 @@
"onLanguage:csharp",
"onCommand:o.restart",
"onCommand:o.pickProjectAndStart",
"onCommand:o.restore",
"onCommand:o.execute",
"onCommand:o.showOutput",
"onCommand:o.execute-last-command",
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove execute-last-command also?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch -- thanks!

@gregg-miskelly
Copy link
Contributor

👍

@DustinCampbell DustinCampbell merged commit be7147d into dotnet:dev Apr 5, 2016
@Pilchie
Copy link
Member

Pilchie commented Apr 5, 2016

👍

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.

3 participants