I accidentally cleared my debug console in Visual Studio Code by pressing the “Clear Console” button next to the search button. I was running an application that communicated with an external API, so running the application a second time would not produce the same results in the console.
Is there any way to undo clearing the console? Alternatively, does VS Code have some type of log or file I can use to recover the previous Debug Console output?
