-
Notifications
You must be signed in to change notification settings - Fork 7.3k
[CmdPal > Ext] Use empty content for WindowWalker, Windows Settings and Windows Search #40722
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
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs
Outdated
Show resolved
Hide resolved
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.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsSettings/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowsSettings/Properties/Resources.resx
Outdated
Show resolved
Hide resolved
Co-authored-by: Niels Laute <[email protected]>
@niels9001 @michaeljolley |
I think it only does that in debug sessions. |
That makes sense. 💡 |
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.Indexer/Pages/IndexerPage.cs
Outdated
Show resolved
Hide resolved
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WindowWalker/Pages/WindowWalkerListPage.cs
Show resolved
Hide resolved
@zadjii-msft |
Summary of the Pull Request
This PR improves the behavior of CmdPal on empty or wrong search query for the following exts:
Window Walker
Windows Settings - Empty query
Windows Settings - No search match
Windows search (indexer)
PR Checklist
EmptyContent
in more places for built-ins #40565Detailed Description of the Pull Request / Additional comments
Validation Steps Performed