-
Notifications
You must be signed in to change notification settings - Fork 395
Remove legacy resource editor #9654
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 legacy resource editor #9654
Conversation
This removes the legacy resource editor from the `Microsoft.VisualStudio.Editors` assembly. It has been functionally replaced by the newer Resource Explorer. Some utility code had to be moved around to keep things building, and the `Microsoft.VisualStudio.Editors.ResxItemWizard` class is public API that's consumed from various components such as templates.
<data name="ResourceEditorFactory_GUID" xml:space="preserve"> | ||
<value>ff4d6aca-9352-4a5f-821e-f4d6ebdcab11</value> | ||
<value>81828910-b8b3-4d2b-99a3-067027c180c1</value> | ||
<comment>{Locked}</comment> |
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.
We may wish to revert this, and instead use the same (legacy) GUID for Resource Explorer. In that way, existing code across the tree and extensions will continue to work, just with the new editor.
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.
Done.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
We will use the same GUID for the new editor now that this one has been removed.
Microsoft Reviewers: Open in CodeFlow