Update string text for keybindings reset.#24313
Merged
333fred merged 3 commits intodotnet:dev15.6.xfrom Jan 20, 2018
Merged
Conversation
jasonmalinowski
approved these changes
Jan 18, 2018
jinujoseph
approved these changes
Jan 19, 2018
…g-text * dotnet/dev15.6.x: Fix symbol completion after 'in' (dotnet#24335) use PascalCase for const name Limit compiler server pipe name length (dotnet#24265) Test ConvertedType on LHS of deconstruction-assignment (dotnet#24158) remove unused usings use .editorconfig files address more comments address code review comments move newly added text into resource file add text and hyperlink to C# code style page
Member
Author
|
Ping @Pilchie for merge approval. |
Member
|
Approved. |
This file contains hidden or 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
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.
Ask Mode template completed
Customer scenario
When a customer disables an extension that messes up keybindings, the displayed notification can cause confusion as to what actually broke the bindings.
Bugs this fixes
N/A
Workarounds, if any
None
Risk
Little. This just updates the text of a gold bar and adds a call to string.Format.
Performance impact
None. Only new code is a call to string.Format.
Is this a regression from a previous update?
N/A
Root cause analysis
N/A
How was the bug found?
N/A
Test documentation updated?
N/A