-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Always sync text changes and active doc info to remote workspace #75864
Conversation
Hmm, that didn't have the desired effect. Lots of TagSpan[] allocations in the test insertion. It seems suspicious that it's around a SegmentedList usage and I changed that data structure since the last roslyn insertion. But, the baseline had no allocations for that type, so it might be that a codepath that is enabled by this PR. It's also unfortunate that the latest Roslyn insertion PR which includes the SegmentedList changes failed (https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_git/VS/pullrequest/591614) |
if (_isSynchronizeWorkspacePaused) | ||
return; | ||
} | ||
|
||
_synchronizeWorkspaceQueue.AddWork(); |
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.
src/Workspaces/Core/Portable/Workspace/Solution/Solution_SemanticModelCaching.cs
Outdated
Show resolved
Hide resolved
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.
I get an error in ServiceHubServicesTests compiling these changes locally |
Have you tried turning it off and on again? |
Build: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10546686&view=results