Add the ability to omit certain commands from the suggestion list.
As noted by @ProxyPlay
it would also be cool to separate open path Alt+L, and run or search for commands, for example Alt+Shift+L
This will require filtering the collection of commands that produce the suggestion list in instances of CommandPalette, and potentially the collection of commands that are actually allowed to be run from that instance.
See 01dd8c9
This update removes the DirectoryFound command from the list of commands that generate suggestions when the shortcut CTRL+ALT+L is used to launch the command palette. So, practically, that means that directory matches will NOT be suggested with CTRL+ALT+L, but WILL be with CTRL+L.
This feature is in version 0.44.0.43.