I'm creating the venv externally from vscode (python -m venv .venv), as i did multiple times on another macbook i no longer have, and when opening the project folder (containing .venv) through vscode ...
The Python Output panel logs consistently show that after the Python extension correctly identifies the venv's Python interpreter, it subsequently uses the global ...