visual studio code – command python.execInTerminal-icon not found

visual studio code – command python.execInTerminal-icon not found

Same problem occurred to me! All I did was just disabled and then re enabled the python extension again.
OR
Please uninstall the extension, restart VS Code, and then install it again. This error is symptomatic of an extension install going badly.

I tried everything to fix this problem

1.Unistall VS Code.

2.Go to C:/Users/{Whatever User} and delete the .vscode Folder.

3.Go to C:/Users/{Whatever User}/AppData/Roaming and delete the Code Folder. This file stores all the VS Code Cache.

4.Restart you laptop and install VS Code again.

5.Install the python extension.

Yes they solve my other errors related to VS Code but this particular error was in my folder from which I was running my python program because when I execute some other python program saved in some other directory it worked successfully.

So I would suggest that you may try running your .py file by placing it in some new folder.

visual studio code – command python.execInTerminal-icon not found

Ive just had exactly the same issue. My intellisense wouldnt work too. Tried everything.. at the end Ive downgraded Jupyter version. Went back to version from 6 days ago and everything is working. Python, Pylance, Intellisense extensions are the newest.

Leave a Reply

Your email address will not be published. Required fields are marked *