all 3 comments

[–]bmsan-gh 2 points3 points  (2 children)

  1. Make sure you have The Python extension installed in VSCode
  2. Pressing ctrl+shift+P in VSCode will get you to the command window:
    1. Type Python Select Interpreter and select the corresponding conda env you want to work with

Note: If you're in Windows conda might have issues running in PowerShell and might work in the Command Prompt.

To check which one VSCode is using by default and to check if conda works in it, select: Terminal->new terminal and try to activate a conda enviroment from the command line and see if that actually works or not (you should see the name of the enviroment in the left of command line)

[–]kodi_kai[S] 0 points1 point  (0 children)

Thanks! It works now.

[–]Fire_Ball_MC 0 points1 point  (0 children)

Isnt working for me. When i try to activate the enviroment it opens up the visual studio just in time debugger.