-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Show terminal persistent sessions setting when searching for "history" #152087
Comments
This bugs me too, #142855 tracks only showing it once in this case by avoiding saving new parts if there is no terminal input, similar to how it only saves and restored in the first place if the terminal has been interacted with. I don't think we should be hiding the message all together as it's misleading what is part of this shell's session, command decorations would be broken for the ones that aren't part of this session (look like a bug) and it would show up like this which is a bit weird: |
@misolori you can just create a new terminal altogether by setting |
@meganrogge thank you! I was searching for a setting and didn't ever find that one, kept looking for "terminal history" and "terminal clear" |
the name is definitely not discoverable. I wonder if we should change it @Tyriar |
or can we add any meta data or keywords to settings that will be picked up by search? cc @rzhao271 |
vscode/src/vs/platform/configuration/common/configurationRegistry.ts Lines 164 to 169 in 82222d6
|
Oh that doesn't work, @rzhao271 do we have a way to do search keywords? |
@misolori you actually want |
I'm always returning to projects and see the terminal messages filled with the same repeated message and would like to clean them up and not be shown as I see no value in them for myself.
Current
Desired
The text was updated successfully, but these errors were encountered: