Skip to content

Conversation

@vasily-kirichenko
Copy link
Contributor

and update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01

See #1825 (comment)

I cannot test it on VisualFSharp.sln due to #2098.

update Microsoft.CodeAnalysis.xxx packages to version 2.0.0-rc3-61225-01

let blockForCompletionOption =
PerLanguageOption<bool>(
"CompletionOptions", "BlockForCompletionItems", defaultValue = true,
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok, thanks.

@KevinRansom
Copy link
Contributor

@dotnet-bot test this please

@vasily-kirichenko
Copy link
Contributor Author

It turns out VS RC2 does not compatible with Roslyn nuget packages RC3-xxx. I'll revert updating.

@KevinRansom
Copy link
Contributor

@vasily-kirichenko

Thank you for this and everything else you have done for the F# IDE. we appreciate it.

Kevin

@KevinRansom KevinRansom merged commit 7428b95 into dotnet:master Dec 29, 2016
@Pilchie
Copy link
Member

Pilchie commented Dec 30, 2016

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.

nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
* 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
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.

5 participants