Is there an upcoming feature to view the output variables and output SYS_REFCURSOR's when running/debugging a procedure/function in the VS Code Extension?
In Classic, it would open up an output window at the bottom to view the output and the contents of the SYS_REFCURSOR, however in VS Code it comes up as complete but never shows the outputs. Additionally, you cant add DBMS_OUTPUT's before executing the debug as when it opens the runner, you cannot save or debug that statement. I have checked all the tabs that it creates at the end and cannot find where the output goes after the debugger disconnects.