Skip to content
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 broken strings in Unified Setting page #76289

Merged
merged 3 commits into from
Dec 6, 2024

Conversation

Cosifne
Copy link
Member

@Cosifne Cosifne commented Dec 5, 2024

Clearly strings are going to be broken if this is merged.

dfc660c#diff-a16de2a58a10f14a7fc8512f47bbd467869339a6135046bb0274d2fce1151f93R1901

This PR brings back to track.

Current:
image
After:
image

This should be covered by unit test. I am preparing it in https://github.com/Cosifne/roslyn/tree/dev/shech/UnifiedSettingsAdvPage, will cover these strings will that is ready

@Cosifne Cosifne requested a review from a team as a code owner December 5, 2024 23:54
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 5, 2024
@@ -49,7 +49,7 @@ public static string Option_Never_add_new_line_on_enter
=> ServicesVSResources.Never_add_new_line_on_enter;

public static string Option_Only_add_new_line_on_enter_with_whole_word
=> ServicesVSResources.Only_add_new_line_on_enter_after_end_of_fully_typed_word;
=> ServicesVSResources._Only_add_new_line_on_enter_after_end_of_fully_typed_word;
Copy link
Member Author

@Cosifne Cosifne Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for the accelerator _ we need that in our page, not needed in Unified Settings page.

@Cosifne
Copy link
Member Author

Cosifne commented Dec 6, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@Cosifne
Copy link
Member Author

Cosifne commented Dec 6, 2024

@dotnet-policy-service rerun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants