-
Notifications
You must be signed in to change notification settings - Fork 728
Support using dual OmniSharp servers to improve handling of .csproj and project.json #585
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
Changes from all commits
284a1ea
2c0aaa8
bcf8550
e0b0dc9
01ba07c
3cff2f9
4dbcb07
e53bd17
752c1ae
a775719
42e120d
ec01a22
1dbd769
5287323
0e5bdb8
7c25383
9e9acd8
735f90a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "csharp", | ||
| "publisher": "ms-vscode", | ||
| "version": "1.3.0", | ||
| "version": "1.3.0-beta1", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
remove "-beta1"? #Closed
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope! 😄 See my email on releases that I sent last week. Once I merge this, I'll put up a pre-release out of master for folks to test.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To be clear, I'll change this when we merge to the release branch.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "description": "C# for Visual Studio Code (powered by OmniSharp).", | ||
| "displayName": "C#", | ||
| "author": "Microsoft Corporation", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to make sure: you are intentionally using the Windows version, and not the CoreCLR version for offline. Correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good eye! Yes, this could be CoreCLR, but I didn't want to change behavior of the offline installer immediately. The only reason I decided to start using CoreCLR on Windows for project.json projects with this PR is because CoreCLR supports long file paths, while .NET 4.5.1 doesn't.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, you're right that making this desktop kind of defeats the purpose of the offline installer for Windows. I filed #586 to track fixing this.