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
I'm using this plugin for my python scripts using a conda env and window with fixed size with autoscroll to bottom configuration.
When I do TREPLSendFile, the code runs as expected and the new window is created and the ouput is automatically scrolled. However, all lines in my file are printed and (as seen in the gif bellow) if for example I have commented lines after a syntax error I'll have to search in the printed lines for the error.
Is it possible to only display the code's ouput/error logs and not print all the file's line ? Like in SublimeText or other IDE.
Thank you so much for your work !
The text was updated successfully, but these errors were encountered:
I'm using this plugin for my python scripts using a conda env and window with fixed size with autoscroll to bottom configuration.
When I do
TREPLSendFile
, the code runs as expected and the new window is created and the ouput is automatically scrolled. However, all lines in my file are printed and (as seen in the gif bellow) if for example I have commented lines after a syntax error I'll have to search in the printed lines for the error.Is it possible to only display the code's ouput/error logs and not print all the file's line ? Like in SublimeText or other IDE.
Thank you so much for your work !
The text was updated successfully, but these errors were encountered: