-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Correct application patterns for visual studio #10945
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
base: main
Are you sure you want to change the base?
Conversation
Link to api for "default control button". Replace "These buttons are mapped to shortcut keys **by default**" as they are not unless using [MessageDialog.Show](https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.platformui.messagedialog.show?view=visualstudiosdk-2022)
Correct links to be relative
Learn Build status updates of commit 90a9835: 💡 Validation status: suggestions
docs/extensibility/ux-guidelines/application-patterns-for-visual-studio.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
@tonyhallett : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
I pinned the version given that VS extensibility is .NET Framework - although perhaps 4.72 was not correct. |
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
preserve view to match framework version of visx templates
Learn Build status updates of commit d178c43: ✅ Validation status: passed
For more details, please refer to the build report. |
Link to api for "default control button".
Replace "These buttons are mapped to shortcut keys by default" as they are not unless using MessageDialog.Show
#sign-off