I'm trying to create some script using this IDE but I can't make it work. I installed Python 3.6, added to path (it's visible finally), installed Python extension (from Microsoft I believe).
Then I tried this manual https://code.visualstudio.com/docs/python/environments but I'm stuck on the first step.
When I try the command Select Workspace interpreter I have the following error:
command 'python.setInterpreter' not found
I'm puzzled what it means. Google can't find anything on this issue, only some github pages that don't exist anymore.
And if I try to start debugging it shows:
command 'python.python-debug.startSession' not found
OS: Windows 7 Also I want to test scripts created in virtual environment, maybe it's a reason why it doesn't work but I have no idea how to do it.
UPD: I uninstalled and installed the extension again. I don't see these error but debugging still doesn't work just loading CPU and ignoring any breakpoints.
Help -> Developer Consoleand see if there are any additional error messages showing up that the GUI doesn't display.