The Python extension now supports multi-project workspaces, where each Python project within a workspace gets its own test tree and Python environment. This document explains how multi-project testing ...
The current setup process fails on native Windows environments using PowerShell. Specifically: The scripts/setup-python.sh script relies on sh, which is not a native PowerShell command. The PYTHONPATH ...