Skip to content

Commit 5d006be

Browse files
marcinkurekLGUG2Z
authored andcommitted
feat(apps): Add ignore rule for PowerToys Command Palette
1 parent 97e92bc commit 5d006be

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

applications.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,10 +1657,15 @@
16571657
"id": "PowerToys.AdvancedPaste.exe",
16581658
"matching_strategy": "Equals"
16591659
},
1660-
{
1660+
{
16611661
"kind": "Exe",
16621662
"id": "PowerToys.FileLocksmithUI.exe",
16631663
"matching_strategy": "Equals"
1664+
},
1665+
{
1666+
"kind": "Exe",
1667+
"id": "Microsoft.CmdPal.UI.exe",
1668+
"matching_strategy": "Equals"
16641669
}
16651670
]
16661671
},

0 commit comments

Comments
 (0)