Answers for "vscode terminal clear"

2

vscode terminal clear

Windows User Only!

//Adding hotkey ctrl+K
File > Preferences > Keyboard Shortcuts
look for workbench.action.terminal.clear then add hotkey of ctrl+K
then right click on "when"
and type this: terminalFocus && terminalProcessSupported

//Please note this will do cls or clear on cmd but not in powershell or bash
//It seem buggy. To clear bash or powershell while is active press ctrl+L
//it will clear all history.
Posted by: Guest on September-25-2021
-1

vs code clear terminal

ctrl+shift+p type Terminal:Clear
Posted by: Guest on April-21-2021

Browse Popular Code Answers by Language