Monday, July 11, 2022

[SOLVED] VSC stops seeing modules after a while

Issue

I work in virtual environment, install some modules and write code. Sometimes when I try to start my script (CTRL + F5), I get:

Module NotFound Error

for every installed module. Deactivate/activate virtual environment do not help, but after restart Visual Studio Code its OK for sometime. How to fix this bug?


Solution

Try updating or reinstalling vscode



Answered By - MingJie-MSFT
Answer Checked By - Cary Denson (WPSolving Admin)