-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove dependency on EditorFeatures from Remote.ServieHub project - take 3 #59316
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 7, 2022
davidwengier
approved these changes
Feb 7, 2022
jasonmalinowski
approved these changes
Feb 7, 2022
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.
Third time is a charm, so I have to approve, right?
Some questions, but not enough to make me want to hold this up, since overall this is a huge win in our layering.
src/Features/Core/Portable/SymbolSearch/SourceBuild/SymbolSearchUpdateEngineFactory.cs
Show resolved
Hide resolved
JoeRobich
approved these changes
Feb 7, 2022
tmat
force-pushed
the
revert-59242-revert-59147-EditorFeatures2
branch
3 times, most recently
from
February 9, 2022 04:28
644a5ed
to
f5cbe5b
Compare
tmat
force-pushed
the
revert-59242-revert-59147-EditorFeatures2
branch
2 times, most recently
from
February 10, 2022 01:37
37e658e
to
87ff5b6
Compare
Do we just need to cherry pick TS's change into our insertion? |
No, it's already inserted. |
tmat
force-pushed
the
revert-59242-revert-59147-EditorFeatures2
branch
from
February 10, 2022 19:09
87ff5b6
to
a36dcc3
Compare
tmat
force-pushed
the
revert-59242-revert-59147-EditorFeatures2
branch
from
February 10, 2022 19:18
ae3a4ed
to
54e4b34
Compare
4 tasks
ghost
added this to the Next milestone
Feb 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EditorFeatures is client code and should not be referenced by remote services.
Moves types down from EditorFeatures to Features.
Redo of #59059.
This reverts commit 8d81aa5.
Requires Type Script change: https://devdiv.visualstudio.com/DevDiv/_git/TypeScript-VS/pullrequest/376624: