I deleted venv and created venv with a different name. VS code python extension was trying to reference the old one. Had to F1 and Python: Clear Cache and Reload Window
. The extension now correctly references the new one. Because of this, I was stuck with a wrong right-click menu (finder's context menu instead of the main context menu).