I'm following the Django tutorial to build my Django project. When I'm running the virtual environment command \Scripts\activate.bat, the terminal information in VScode is cleared but I can't see my virtual environment name at the beginning of my path.
But if I tried on my Windows terminal, I can see it works.
I tried to select interpreter in VS code, but it still doesn't work. I looked through some threads, but none of them have the same situation with me.
(Visual Studio Code does not detect Virtual Environments)
Thanks