-
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
Add EditorFeatures.Cocoa #48866
Add EditorFeatures.Cocoa #48866
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
c9801c5
to
1f9b4ce
Compare
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.
...EditorFeatures/Core.Cocoa/InlineRename/CommandHandlers/RenameCommandHandler_RenameHandler.cs
Show resolved
Hide resolved
src/EditorFeatures/Core.Cocoa/Microsoft.CodeAnalysis.EditorFeatures.Cocoa.csproj
Show resolved
Hide resolved
src/EditorFeatures/Core.Cocoa/NavigationCommandHandlers/FindBaseSymbolsCommandHandler.cs
Show resolved
Hide resolved
d79c28b
to
b9fdb77
Compare
@tmat Just to confirm, I see there's a bunch of files that seem cloned in this PR. I presume the sequence of events was:
Is that correct? |
Yes, Cocoa was a fork of EditorFeatures.Wpf which first lived in the VSMac repo, then got moved to the VS-Platform repo (for expediency) and now found it's best home in the Roslyn repo. |
Matches commit https://devdiv.visualstudio.com/DevDiv/_git/VS-Platform/commit/10204c06cc105f2f2455ae6f84f34eac2ce21c93
Corresponding change in VS-Platform: https://devdiv.visualstudio.com/DevDiv/_git/VS-Platform/pullrequest/283665
Fixes #48866