Python-vscode
Python-vscode copied to clipboard
in VS Code TERMINAL window, Python-vscode debug output can be truncated
working in VS Code, on TERMINAL window, output is often truncated.
This is an example : """ Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\matplotlib\backend_bases.py", line 1319, in _on_timer ret = func(*args, **kwargs) File "c:/PyProjects/CH/MAIN.py", line 1787, in update_figure self.add_X() File "c:/PyProjects/CH/MAIN.py", line 1043, in add_X self.add_x(1) File "c:/PyProjects/CH/MAIN.py", l <-- HERE "ine xxxx, in yyyyy and other lines" are missing PS C:\PyProjects\CH> """ Asked Microsoft, this is an extension ISSUE : see: Microsoft/vscode #45860 """ This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. """ Any help?