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.
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
Fix layering of Implement-Interface code-fixer vs language service #74320
Fix layering of Implement-Interface code-fixer vs language service #74320
Changes from 1 commit
f9073e8
2e4c254
787b1f8
e274a3d
1f4d6a0
279dd0c
bbec959
102e366
deb025c
3e0a770
ee1ef9e
ff718d1
a0ad07d
e7a3db5
038009c
2164964
d4d88ba
45cbfdd
c14bf6e
e23d665
e15f39d
64c474d
8af38d4
da8f7f5
de3838a
6d8f4d4
e7f1586
d4a6f32
69a11df
b839dfb
16f60a0
8b342f9
f1d3cc4
a79bb1d
2ed84a5
e3e9412
af5195b
74e9e55
9a4d5b0
5b1664a
bbcd00d
a25ceee
f301bcd
61eedd3
799974c
7f84691
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
same logic that used to make all the code actions. now it makes the 'options' at the service layer for what possible ways there are to implement. the code action will then pass this options object to the service layer to do the actual impl.