-
Notifications
You must be signed in to change notification settings - Fork 789
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 parallel build inside Visual Studio #487
Enable parallel build inside Visual Studio #487
Conversation
Hi @vasily-kirichenko, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
@vasily-kirichenko, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
Epic! ;-) |
awesome @vasily-kirichenko !! |
Wow, very cool. @vladima - any further details that you recall from earlier experiments you mentioned? Were there known issues that resulted in this feature being off by default? I am curious why it is turned off if it is indeed fully baked and tested, or if there are known scenarios that need some attention? |
@latkin as I remember Brian has added this key shortly before he left so I think that this feature was never thoughtfully tested. |
As so, maybe it's better to add a proper setting for this (I mean in the VS UI), at least for first F# 4 release? @enricosada I know you are the VS settings guru :) Wanna help with the setting? |
For those wanting to try this out you can enable it by following the instructions here: https://gist.github.com/vasily-kirichenko/84f7ebc284d92742493b @vasily-kirichenko I'm speaking for @latkin and @KevinRansom, but my understanding is that the feature window has closed for Visual Studio 2015 RTM (they are now in "ask mode", meaning explicit approval is required for bug fixes), but that this would be considered for the first update. I also found some internal emails about this prototype which @latkin now has, pointing out that there is a minor thread affinity interaction with the VS type provider security warning dialog, but that was the only known issue. |
Another big plus for getting rid of the dialog ;-)
|
@dsyme OK, I think we can live with the regex setting for a while (however, VS removes it on regular basis, so it's a bit annoying to constantly check if the flag is still there). |
Just an FYI: modifying anything in the A better "workaround" would be to create a
and place it under Then, close VS, run This is a hack, but a more consistent one than manual registry manipulation. |
@hmemcpy an hack worthy of a wiki page, for similar issues |
Applied to OOB branch |
Great!! |
No description provided.