How to delete path from the terminal

Aleksander Matracki 0 Reputation points
2024-01-22T11:51:38.65+00:00

I need to know how to delete the path from the terminal when running my output from my code in VS code?

Microsoft 365 and Office Development Office JavaScript API
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 29,520 Reputation points MVP Volunteer Moderator
    2024-01-22T12:32:23.37+00:00

    Hey Aleksander Matracki

    You can try with any of these below

    • You can use the keyboard shortcut Ctrl + K followed by Ctrl + X to clear the terminal output in Visual Studio Code.
    • You can type clear and press Enter to clear the terminal output. This command works on Unix-like systems (Linux or macOS). On Windows, you might use cls instead.
    • Right-click inside the terminal and select the "Clear" option from the context menu.

    If this helps kindly accept the answer thanks much.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.