Answers for "vs code clear terminal"

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
0

visual studio console clear

Console.Clear() //Clear the Console
Posted by: Guest on February-01-2021
-1

vs code clear terminal

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

how to clear nodejs terminal in vs code

for PC, use ctrl + l
Posted by: Guest on August-11-2020

Code answers related to "vs code clear terminal"

Browse Popular Code Answers by Language