[VS Code] Activate the Python Virtual Environment in the Project
Recently I moved some private projects to VS Code from PyCharm, but I encountered a problem: the Python parsing that VS Code supports by default is based on the global environment, and I am used to enabling different virtual environment in different Python project.
Read More »[VS Code] Activate the Python Virtual Environment in the Project