You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Clear Console command does not work when a debug session completes (regression from #10671). Once the debug session ends the output is preserved, but attempting to clear the console does not work.
clear-console-bug.mp4
Steps to Reproduce:
start the application using theia as a workspace
open a .spec.ts file
start debugging using run mocha tests (let the debug session complete)
attempt to clear the console using the toolbar item, context-menu or command palette command
The text was updated successfully, but these errors were encountered:
Bug Description:
The
Clear Console
command does not work when a debug session completes (regression from #10671). Once the debug session ends the output is preserved, but attempting to clear the console does not work.clear-console-bug.mp4
Steps to Reproduce:
theia
as a workspace.spec.ts
filerun mocha tests
(let the debug session complete)The text was updated successfully, but these errors were encountered: