area-testing bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug import unittest import sys from memory_profiler import LogFile sys.stdout ...
However I think this is mainly because of the default options for stdio. So I tried passing in 'pipe' into 2nd arg to options.stdio on startup such as below: let python = pythonBridge({ stdio: ['pipe' ...