Possible to clear the ide output? #145
-
Hello, thank you for such an amazing extension. I see that now it supports jump to the error line, would like to ask if it does also support clearing the vscode debug console? |
Beta Was this translation helpful? Give feedback.
Answered by
zero-plusplus
Oct 9, 2021
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zero-plusplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using machine translation.
Thank you for using my extension.
You can see the following icon on the right side of the debug console, which is not visible in the your sample image. By clicking on it, you can clear the debug console.
Alternatively, you can do the same thing by pressing
F1
and typingworkbench.debug.panel.action.clearReplAction
then enter.