-
Notifications
You must be signed in to change notification settings - Fork 842
Enable Roslyn's non blocking code complete #2105
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
Enable Roslyn's non blocking code complete #2105
Conversation
update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01
|
|
||
| let blockForCompletionOption = | ||
| PerLanguageOption<bool>( | ||
| "CompletionOptions", "BlockForCompletionItems", defaultValue = true, |
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.
Do we really want to use "true" here as the default?
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.
No idea. As we pass false later, I don't think it matters.
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.
ok, thanks.
|
@dotnet-bot test this please |
|
It turns out VS RC2 does not compatible with Roslyn nuget packages RC3-xxx. I'll revert updating. |
486ebee to
a9d84bd
Compare
|
Thank you for this and everything else you have done for the F# IDE. we appreciate it. Kevin |
|
Tagging @brettfo. Sounds like we'll need to create an rc3 release branch where we can update to these, or else I expect Find References will be broken for F# in RC3. |
* enable Roslyn's non blocking code complete update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01 * roll back to Microsoft.CodyAnalysis.xxx RC2 nuget packages
and update
Microsoft.CodeAnalysis.xxxpackages to version2.0.0-rc3-61225-01See #1825 (comment)
I cannot test it on VisualFSharp.sln due to #2098.