About 128,000 results
Open links in new tab
  1. How can I clear the terminal in Visual Studio Code?

    To clear Terminal in VS Code simply press Ctrl + Shift + P key together this will open a command palette and type command Terminal: Clear. Also you will go to View in taskbar upper left …

  2. How to clear terminal command history in VS code?

    Nov 23, 2018 · In VS Code Powershell Terminal, you can simply press up and down arrow keys to navigate through the history of commands entered, even after a restart. However, when …

  3. vscode tasks - How do I automatically clear VS Code terminal …

    Sep 14, 2017 · I press Ctrl + Shift + B to start a build in Visual Studio Code (it's configured to just run GNU Make), and the build tool output is written to the Terminal window. However, it's …

  4. how to clear the vscode terminal when I run the code again?

    Jan 10, 2021 · To clear Terminal in VS Code simply press Ctrl + Shift + P key. type command Terminal: Clear. go to View in taskbar upper left corner of vs code and open Command …

  5. python - How to clear terminal in Visual Studio Code just before ...

    Sep 18, 2021 · Go to settings and type Terminal. You are looking for: Debug > Terminal: Clear Before Reusing. Tick the box and every time you will run your script, the terminal will clear …

  6. How to clear the entire terminal in VS Code with a PowerShell

    Sep 1, 2018 · 34 I had an issue. Using the clear or cls command in PowerShell clears only the visible portion of the terminal. I would like to know how to clear the entire terminal? I'm using …

  7. python - How do i automatically clear the terminal in VSCode …

    I am running the scripts in integrated terminal of VS code So apparently the terminal gets horribly cluttered and i have to always clear the terminal manually by running clear, I want the terminal …

  8. Clear file content cache in Visual Studio Code - Stack Overflow

    Dec 26, 2017 · 160 My Visual Studio code, on a Windows machine, keeps on showing me the previous content of a file even after this one has been updated, while notepad ++ doesn't …

  9. How to clear python terminal in vs code - Stack Overflow

    Sep 26, 2021 · Go to File -> Preferences -> Keyboard Shortcuts and find the mapping for Clear: workbench.action.terminal.clear then change it to Ctrl + K (unless you want to use some other …

  10. VSCode: how to make Ctrl+k kill till the end of line in the terminal?

    In Visual Studio Code, the Ctrl-k shortcut is bound to clearing the terminal. I've configured bash as my terminal in Windows and would like it to behave as the traditional Emacs key bindings, that …