Home > Software engineering >  visual studio is not supporting python
visual studio is not supporting python

Time:02-08

My visual studio and python was working fine everything was going smoothly I just download a XAMPP after downloading it my vs studio is not recognizing python I delete this software and vs studio and python, download it again but it is again giving the same error can be seen from figure attach. 1

CodePudding user response:

You probably need to install the python extension in vs code

Check this answer if it solves your problem

CodePudding user response:

Did you installed python extention? Go to "Extentons" on the left side of screen, enter Python and install the first extention. If need - restart vscode. Should work

  •  Tags:  
  • Related