When I type and execute a command using the command palette and then open the command palette again it holds the same command as last time. I am pretty sure this was introduced in a recent update. Is there a setting for this? I want it to be cleared after executing so that every time I open the command palette I have an empty input.
Command palette - clear last used command after execute
if you’re referring to build 3156, this has already been discussed at length - it used to select the previous input so you could type over it but in 3156, it doesn’t - it will be fixed in 3157
ah, ok. my searching didn’t find any discussion on it. Good to hear it will be changed back Thanks for the quick answer.
Glad to hear this is being reverted — this change to the command palette has been driving me crazy every day.
@kingkeith Is there anything we can do to revert to highlighting the command palette so it’s cleared for each new command until the 3157 build is released? I looked for something like sticky_command_palette
in the settings file but didn’t see anything relevant.
I wrote a package to fix the command palette, I am going to submit it to package control, for now you can install it by running this command on your loose Packages
folder:
git clone https://github.com/evandrocoan/FixCommandPalette
Update:
Opened the pull request to add it on:
- https://github.com/wbond/package_control_channel/pull/6913 Added the package FixCommandPalette
Thank you, both - I’ll give that package a shot.
Cross-linking the other threads I found discussing the same issue: