So i was developing the project and made a venv say by running command python3 -m venv xyzenv then when i run the command source xyzenv/bin/activate to enable venv the terminal venv changes and runs all files with modules only in venv but the VS code doesn't switches interpreter shows in problem section beside terminal "module not found error" and same when trying to run it throught the play button "module not found" it gets fixed when i maunally change the interpreter using Ctrl + Shift + P but basically my VS code and terminal are kinda not connected this way??? is there a way my VS code also switches interpreter to venv one
Note: I am using WSL my repo and python is on WSL only VS code is installed on windows