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.