Feature Request: Clear screen while running a process #12527
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Description of the new feature/enhancement
As a user I would like to be have a keyboard shortcut or action that will clear the terminal.
This is useful when I'm running a local development server and want to clear my terminal history without shutting down my local dev server.
Proposed technical implementation details (optional)
Add an action called "Clear Terminal" that will clear the terminal history.
On Bash this is done via Cmd+k.
In VSCode you can type
terminal:clear
into the command palette.The text was updated successfully, but these errors were encountered: